uncleroxk
11-17-2008, 06:51 PM
Hi, how do i put this in to a query?
basically 'zxcvb' must match $value0;
and either 'qwerty 'OR 'asdfg ' must match $value1
I have this, don't think it is right..
Select * from table where zxcvb= '$value0' AND qwerty = '$value1 OR asdfg = $value1"
Thank you.
basically 'zxcvb' must match $value0;
and either 'qwerty 'OR 'asdfg ' must match $value1
I have this, don't think it is right..
Select * from table where zxcvb= '$value0' AND qwerty = '$value1 OR asdfg = $value1"
Thank you.