I/Gave/u-rep Homes
Edited by jesus (Forum Super Moderator): Please do not post pointlessly.
Printable View
<?php if $invent $hit $greg echo="who would win?" ?>
<?php
$invent = "WINNER";
$greg = "LOSER";
if($invent == "WINNER" && $greg == "LOSER") {
echo "Invent would win.";
} else {
echo "Greg would win.";
}
?>
It looks as if you put a little more effort ino that joke than needed.
hmm..somebodys touchy.
this works for anyone on this forum btwPHP Code:<?php
function founder( $user )
{
return true;
}
$user = "invent";
$isthisideagoingtofail = ( founder( $user ) ) ? "yes" : "no";
?>
myhomes