Daniel Brown wrote: > What the hell? Why not start a thread that can be fun and > challenging for all of us. It's something I haven't seen done
Here's another quickie: Dead simple one!
<?php
function x($x)
{
switch ($x)
{
case 1: return 'bitten';
case 2: return 'shy';
}
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

