Quote:
Originally posted by Repetitive Monkey
PHP certainly does not have functions with spaces in their name. 
if($TryToOwn = = TRUE){
if($PosterName = = "Tala"){
OwnSelfInstead();
$HilarityFactor=100+($HilarityFactor*2);
}
}
|
I inserted the spaces to make it a bit easier to follow for the non-php folks.
*shrug*
if($OwnSelf = = TRUE){
Unownedbysomeoneelse();
echo "

";
}