[FX.php List] Boolean-type searches

Carl Anderson Carl.Anderson at asu.edu
Tue Sep 25 12:40:22 MDT 2007


Good day, list.

I apologize if this is academic, or is written in some obvious place that
I've overlooked.

I'm trying to query a database with two fields, let's say: Points and
Status.

I'm looking to search for something like the following (pseudo-codish):

Status = 1 AND (Points = 0 OR Points = "")

Sadly, I have no clue how to do this with FX.php--seems if I do a logical
OR, then I end up with:

Status = 1 OR Points = 0 OR Points = ""

Can someone point me in the right direction?  I really need it to be
X=1 AND (Y=0 OR Y="")

-- 
Carl Anderson 
Technical Support Analyst
Distance Learning 
Herberger College of the Arts
Arizona State University
http://herbergeronline.asu.edu 



More information about the FX.php_List mailing list