Re: People's misbehavior on the list

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

 



On 5/18/07, Danbrown ! <parasane@xxxxxxxxx> wrote:
On 5/18/07, Tijnema <tijnema@xxxxxxxxx> wrote:

> On 5/18/07, Danbrown ! <parasane@xxxxxxxxx> wrote:
> >
> > >
> > > I changed it to Tijnema, you happy now ?? :P:P
> > >
> > > Tijnema
> > >
> > >
> >
> >     Yes.  Names with exclamation points are dumb.  ;-P
>
> What a nice name do you have right now :-)
>
> I like it ;)
>
> Tijnema
> >
> >
> > --
> > Daniel P. Brown
> > [office] (570-) 587-7080 Ext. 272
> > [mobile] (570-) 766-8107
>

    I just have to say.... you can tell it's Friday by everyone's messages
today.  And here's what I say:

<?
function sighRelief() {
    $key[] = "45,7,0,13,10";
    $key[] = "5,20,2,10,8,13,6";
    $key[] = "32,14,3";
    $lock =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";
    for($i=0;$i<count($key);$i++) {
        $l = explode(',',$key[$i]);
        for($j=0;$j<count($l);$j++) {
            $k .= $lock[$l[$j]];
        }
        if($i < (count($key) - 1)) {
            $k .= " ";
        } else {
            $k .= "!";
        }
    }
    return $k;
}
?>

    Have a great weekend!

or you could write it like this

<?
function sighRelief() {
return "Thank fucking God!";
}
?>

Saves you some time, and resources :)

and btw, it's saturday here now :)

Tijnema

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