C
Chris B
Guest
In Javascript:
if(variable=="2") && (smeet[file]=="2"){ ...}
But what's the && in PHP. If i do that same thing in php, it comes up as T_Numeral_AND (not sure it says numeral lol, i forgot.)
if(variable=="2") && (smeet[file]=="2"){ ...}
But what's the && in PHP. If i do that same thing in php, it comes up as T_Numeral_AND (not sure it says numeral lol, i forgot.)