Page 2 of 2

Posted: Wed Aug 13, 2003 7:36 pm
by McGruff
Are you trying to do two separate queries or a single table join query?

Posted: Wed Aug 13, 2003 7:38 pm
by kanshou
its a single query that i don't want to have any joins in.

Posted: Wed Aug 13, 2003 7:45 pm
by McGruff
If you want to search two different tables (which you can't or don't want to link with a table JOIN), you need to do two separate queries, one for each table.

You may have this already, but there is a downloadable manual for mysql at mysql.com which is good to have.

Posted: Wed Aug 13, 2003 8:13 pm
by phice
Just a small note, you don't need the </option> tag ;)