01-05-2008, 05:45 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
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
|
|
|
|