Hi List,

My brain needs a kick start this morning and I ask you this basic question.

How do I do a if statement asking if 1st var = a value OR 2nd var = value

I have tried this

If(($var == val) || ($var2 == val2)){

Blah blah
}

I think this is a if var == val AND var2 == val2 then onwards but I need OR,
so one or the other.

Sorry this is so basic but not had enough coffee to sort this out yet, looks
like a bad day for me ahead :-)

Thank you in advance for any help.

Dave C

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 08/01/2004
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to