The Official OT "Name Tedd's Grandson" Thread

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

 



   First of all, congrats to Tedd on his 9th grandchild, a boy, at 8lbs. 9oz.

   Secondly, since the kid didn't have a name when we last heard from
the old fart, you know damn well that he's relying on us to name him.
;-P

   Suggestions?

   I'm thinking, instead of going conventional, we give him a dynamic
name, for a signature that could only be signed as follows:

<?
function myName() {
       $num = time();
       $char = "abcdefghijklmnopqrstuvwxyz";
       for($i=0;$i<strlen($num);$i++) {
               $i == 0 ? $name = strtoupper($char[substr($num,$i,1)])
: $name .= $char[substr($num,$i,1)];
       }
       return $name;
}
?>

--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

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