On Thu, Jun 26, 2008 at 4:31 PM, tedd <[EMAIL PROTECTED]> wrote:

> Hi gang:
>
> For a break in our normal serious thinking, I suggested tombstone wit of:
>
> "Always on the edge of greatness"
>
> Dan offered:
>
> </cruelWorld> or </Dan> or
>
> <?php
>    function dan($dateOfDeath) {
>        return "Daniel P. Brown: 01-01-1970 - ".$dateOfDeath";
>    }
>    die(dan('00-00-0000'));
> ?>
>
> What would you like on your Tombstone? (<-- that's actually a trademarked
> saying)
>

A classical :
<?php
echo "So long and thanks for all the PHP";
die();
?>


> Cheers,
>
> tedd
> --
> -------
> http://sperling.com  http://ancientstones.com  http://earthstones.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to