On 6/27/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
   Hooray!  I started a thread that's been able to get beyond 40
posts, and it's not a flame war of wit or a CAPTCHA discussion.

haha, the CAPTCHA discussions were nice :)

   This may be a bit nested and obscure, but it's actually a quote we
see on the list quite often.... and I get a kick out of it each time I
see it.

<?

if(!$trust) {
   try {
       $item = "computer";
       if(!$can) {
           throw new Exception($item);
       }
   } catch(Exception $e) {
       exec('echo '.$e.' >> window.txt');
   }
}
?>


--
Daniel P. Brown

Really nice one ! :)

Tijnema
--
Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info

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

Reply via email to