View Single Post
Old 07-16-2010, 01:49 AM   #13 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

php Code:
$string = 'TalkPHP';
echo chr(str_replace(strlen($string), null, array_sum(array_map('ord', str_split(strtolower($string), (string)pow(pi(), pi() - pi()))))));

If you know your ASCII talkphp => 116 + 97 + 108 + 107 + 112 + 104 + 112 => 756, Drop the 7 and you have 56. 8's ascii code.
__________________
My Blog

Last edited by Enfernikus : 07-17-2010 at 03:42 PM.
Enfernikus is offline  
Reply With Quote