What do you mean by that? (irony lvl: 100%)

Sent from my iPhone

On 06-05-2011, at 22:58, Daniel Brown <danbr...@php.net> wrote:

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

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

Reply via email to