RE: [PHP-DB] Strange MySQL Query Problem

2002-07-03 Thread Jen Swofford
Could this be as simple as a typo? textfield texfield Jen Swofford [EMAIL PROTECTED] > -Original Message- > From: eat pasta type fasta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 3:27 PM > To: PHP LIST > Subject: [PHP-DB] Strange MySQL Query Problem > > > I already got s

Re: [PHP-DB] Strange MySQL Query Problem

2002-07-03 Thread Martin Clifford
>From your query, it looks as if you are letting the user select the table that they >can query with $pop-up1. Is that correct? If so, do all the available choices of tables have the same column names? Other than that I can't see why this query would fail. Martin >>> eat pasta type fasta <[

Re: [PHP-DB] Strange MySQL Query Problem

2002-07-02 Thread Jason Wong
On Wednesday 03 July 2002 12:42, eat pasta type fasta wrote: > I have a simple form which queries the database based on 2 pop-up menu > choices and keywords entered by the user, > it passes on the variables as follows: > > pop-up1=choice1, pop-up2=choice2, textfield=user specified data > > the que