hi peeps need a lightning quick answer to a php question if thats ok...
how do i do a double condition for a php if statement?
i.e. if X and Y then do this...
i thought it was:
if ((number1==1) && (number2==2)) { do this }
but its not...
anyone?
how do i do a double condition for a php if statement?
i.e. if X and Y then do this...
i thought it was:
if ((number1==1) && (number2==2)) { do this }
but its not...
anyone?