Page 1 of 1

Recordset Navigation

Posted: Wed Sep 19, 2007 11:11 am
by ameque
I have two tables that are not related. I need to develop a single navigation system in PHP on a query run on both tables. The first table has six (6) fields and the second has four (4) fields. All fields are relevant to the search. I have tried the JOIN but didn't work. Any help?

Posted: Wed Sep 19, 2007 11:15 am
by feyd
More information? A question? Thoughts on how you want to complete this?

Posted: Wed Sep 19, 2007 11:15 am
by JayBird

Posted: Wed Sep 19, 2007 11:17 am
by feyd
The tables aren't related; joining them would probably be wasteful.

Posted: Wed Sep 19, 2007 11:28 am
by JayBird
feyd wrote:...joining them would probably be wasteful.
Just like the initial post :lol: