I told you it was simple and I sort of answered it myself ;-)

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

Blah blah
}

Sorry for the time wasting:

Note to self:

Wake up before trying to change the world :-)

Dave C


-----Original Message-----
From: Dave Carrera [mailto:[EMAIL PROTECTED] 
Sent: 15 January 2004 07:23
To: '[EMAIL PROTECTED]'
Subject: Very Simple one for u all :-)


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
 

---
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