RE: PHP Brain Teasers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
if (goose($its))
{
	$gander = $its;
}
[/snip]

What's good for the goose is good for the gander.

[snip]
for ($things = 1; $things > 0; $things++)
{
   for ($x = 0; $x < $things; $x++)
   {
      $they = "the same";	
   }
}
[/snip]

The more things change the more they stay the same.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux