[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

Reply via email to