Thread: Coding Game!
View Single Post
10-08-2006, 06:26 AM
#24
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

if(isset($_GET['tfl_is_cool')){
$tfl_prop = array("Cool","Fun","ALL THAT!");
}
if(!in_array($_GET['tfl_is_cool'], $tfl_prop){
echo $_GET['tfl_is_cool;
} else {
echo("You lame looser, you need a life!");
}