
<?php
$invent = "WINNER";
$greg = "LOSER";
if($invent == "WINNER" && $greg == "LOSER") {
echo "Invent would win.";
} else {
echo "Greg would win.";
}
?>
How could this hapen to meeeeeeeeeeeeeee?lol.
Last edited by Hitman; 22-03-2008 at 11:06 AM.
How could this hapen to meeeeeeeeeeeeeee?lol.
It looks as if you put a little more effort ino that joke than needed.
hmm..somebodys touchy.
How could this hapen to meeeeeeeeeeeeeee?lol.
this works for anyone on this forum btwPHP Code:<?php
function founder( $user )
{
return true;
}
$user = "invent";
$isthisideagoingtofail = ( founder( $user ) ) ? "yes" : "no";
?>
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
myhomes
Want to hide these adverts? Register an account for free!