tedd 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)
Hi,

There are plenty of things that cross my mind about this:

A simple end of script tag:

?>

But that is really vague of course.

Another would be:

function life(&$user) {
while($user->days_on_earth !== COUNTED) {

      $user->do_stuff();
   }

   $user->disconnect();
}

Endless things possible with programming metaphors.


--

Aschwin Wesselius

/'What you would like to be done to you, do that to the other....'/

Reply via email to