$destination = "Tokyo";
echo "Traveling to $destination<br />";
switch ($destination){
case "Las Vegas":
echo "Bring an extra $500";
break;
case "Amsterdam":
echo "Bring an open mind";
break;
case "Egypt":
echo "Bring 15 bottles of SPF 50 Sunscreen";
break;
case "Tokyo":
echo "Bring lots of money";
break;
case "Caribbean Islands":
echo "Bring a swimsuit";
break;
}
things that i learn:
$destination = "Tokyo";
echo "Traveling to $destination<br />";
switch ($destination){
Thursday, November 5, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment