Another one for the record books
New favorite piece of code that I’ve run across:
if($var == '=='){ $var = '==='; } else { $var = '!='; }
11 Oct 2007 vMonkey
New favorite piece of code that I’ve run across:
if($var == '=='){ $var = '==='; } else { $var = '!='; }
11 Oct 2007 vMonkey