Order of && Operator
Posted: Mon Aug 02, 2004 2:47 am
Hi,
Which order does PHP process the && operator?
if((a == "jo") && (b=="momma")){
what gets tested first??????????
Thanks!!!
Which order does PHP process the && operator?
if((a == "jo") && (b=="momma")){
what gets tested first??????????
Thanks!!!