Anyone who says #PHP doesn’t suck should check thi…
Anyone who says #PHP doesn’t suck should check this out:
if(!$foo==’1′) {
No errors thrown. Works like
if($foo!=’1′) {
Hippy is as hippy does
Anyone who says #PHP doesn’t suck should check this out:
if(!$foo==’1′) {
No errors thrown. Works like
if($foo!=’1′) {