Re: [PHP-DB] Query Filter in GUI

2003-09-22 Thread CPT John W. Holmes
From: <[EMAIL PROTECTED]> > I have a PHP GUI in which a select box gets populated by a query of a > MySQL DB for all CD's by all artists when the page is first opened. I am > now trying to implement > the same query but with a WHERE clause that filters the returned CD's to > be displayed in the sa

RE: [PHP-DB] Query Filter in GUI

2003-09-22 Thread Griffiths, Daniel
how are you testing the check boxes?, looks like the the query string is empty because both the tests you are doing in the code below return false. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 September 2003 15:01 To: [EMAIL PROTECTED] Subject: [PHP-DB] Qu