Logic done the long (wrong) way
This is stupid, just have faith, it’s stupid.
$init = substr($fxd,0,1);
if ($init == "1") { $init = 10; }
28 Sep 2009 vMonkey
This is stupid, just have faith, it’s stupid.
$init = substr($fxd,0,1);
if ($init == "1") { $init = 10; }
28 Sep 2009 vMonkey
That’s….well that’s just special isn’t it? I used to work for a company that had an AS/400 and the programmer said that their custom code was just -packed- with stuff like this.