<?php
$posting = array('bottom','interspersed','top');
// Feel free to add on....
$destinations = array('to hell','away','read the archives and see
why we don\'t like top-posting','to disneyland.... then die','anywhere
but here');
$point = array_rand($destinations);
foreach ($posting as $p) {
if ($p == 'top') {
// @todo - remind folks of rules: http://links.parasane.net/fb6k
echo 'Just remember.... top-posting on the list means you
can go '.$destinations[$point].'.'.PHP_EOL;
}
}
?>
--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php