Gentle (Friday) Reminder

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

 



<?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



[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