[email protected] webmail now available. Want one? Go here.
You will not find us on Bing and you will get a bounce when you try registering with an outlook/hotmail/live email address here. And the irony is they spam us and we don't spam them. Not our fault. Blame the corporate bully. #deeznutsmicrosoft
Paste
N/A
Pasted as PHP by registered user Sam ( 12 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