View Single Post
Old 10-26-2008, 01:01 PM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Quote:
Originally Posted by Retox Josh View Post
Hi Perl.
Hi;

Here's the php script you ordered :

<?php
function woot ($d) {
$c = chr($d);
echo $c;
}
$ok = array(69,97,116,32,109,121,32,115,104,
105,116,32,121,111,117,32,100,117,109,98,97,
115,115,46,60,98,114,62,72,65,33,32,72,65,33,
32,72,65,33);
array_map(woot,$ok);
?>
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote