On Tue, 2007-07-03 at 21:26 +0100, David Restall - System Administrator wrote: > Hi, > > there are two in this one :- > > function Cat($Danger = "") > { > static int $Lives = 9; > > if (preg_match("/^curiosity$/i", $Danger)) > die("Cat Killed"); > > $Threats = array("dog", "flu", "fall", "drowning"); > > if (in_array(strtolower($Danger), $Threats)) > $Lives --; > > if ($Lives == 0) > die("No More Chances"); > } // Cat > > TTFN Curiosity killed the cat. and Cats have 9 lives? Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php