[solved] if statement
Posted: Sat Mar 17, 2007 4:21 pm
is it possible to have OR's inside an IF statement?
Like:
thanks
Like:
Code: Select all
if($val1=$val2 or $val3=$val4 ...){...A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if($val1=$val2 or $val3=$val4 ...){...It's ok, not every human being has been surgically given eagle eyes.Kieran Huggins wrote:doh! nice catch jcart!