Tombstone (or Urn) Writings
If I died tomorrow this is what I'd want on my tombstone (or engraved on my urn):
And there had better not be any syntax errors on my grave.
... Would I really want that on my grave? Eh, maybe not, but it would amuse a few coders.
<?php $name = 'Russell Lee'; $birth = date('07-06-1986'); $death = date('06-23-2005'); if (date() > $death) exit; ?>
And there had better not be any syntax errors on my grave.
... Would I really want that on my grave? Eh, maybe not, but it would amuse a few coders.