View Single Post
Old 01-05-2008, 05:45 AM   #2 (permalink)
SOCK
The Acquainted
 
Join Date: Nov 2007
Posts: 154
Thanks: 31
SOCK is on a distinguished road
Default

I love these obfuscated code contests! Haven't seen one in awhile.


First entry in PHP
PHP Code:
<?php
$a
=range(chr(65),chr(90));$x=0;$h=NULL;
foreach(array(
7,4,11,11,14,22,14,17,11,3) AS $v){
    
$h.=$a[$v];$h.=($x==4)?chr(32):NULL;$x++;
}
echo 
$h;
?>
working example

Last edited by SOCK : 02-25-2008 at 01:11 AM. Reason: URI change
SOCK is offline  
Reply With Quote