RE: Inspiration for a Tombstone.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
<?php
if ($you_can_read_this = "Yes") {
  echo "STOP STANDING ON ME!";
}
?>
[/snip]

<?php

switch($status_jay){

   case 'alive':
      stream_set_timeout ($jay , '1576800000');
   break;

   case 'vegetable':
      pull_plug(TRUE);
   break;

   case 'dead':
      oven_set_hot(TRUE);
      oven_insert($jay, '7200');
      ashes_remove($jay);
      ashes_spread($jay, 'Crescent City', CELEBRATE);
   break;

}

?>

No tombstone required.

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux