-snip- figured I could run to querys. Im knew to php and mysql.
You could JOIN two tables and eliminate a query.
OR
[code]
SELECT
*
FROM
your_mom
AND
you_dad
[/code]
No?
No.
[editline]11:55AM[/editline]
You could do this:
[code]
SELECT * FROM table_a
UNION
SELECT * FROM table_b
[/code]
But they have to have the same number of columns
Sorry, you need to Log In to post a reply to this thread.