Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as PHP by registered user Sam ( 14 years ago )
<?php
switch ($temperature)
{
case "hot":
echo 'Drink beer.';
break;
case "cold":
echo 'Have a coffee with honey.';
break;
default:
echo 'Continue coding..';
}
?>
Revise this Paste