[PHP-DB] select rows from more than one table, how?

2002-03-11 Thread Sander Peters
Hello, I want to make a query that will select rows from more than one query, does anybody know how to do that? I already tried this: SELECT * FROM table1, table2 WHERE (conditions) But I get a error with this query. I also looked at the mysql site for this case, but I didn't find any answer

RE: [PHP-DB] select rows from more than one table, how?

2002-03-11 Thread Rick Emery
First: show us your exact query Second: show us your exact error response Third: show us your exact code and table structure -Original Message- From: Sander Peters [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:03 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] select rows from