Recordset Navigation

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ameque
Forum Newbie
Posts: 8
Joined: Wed Jun 13, 2007 8:18 am

Recordset Navigation

Post 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?
Last edited by ameque on Wed Sep 19, 2007 2:20 pm, edited 2 times in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

More information? A question? Thoughts on how you want to complete this?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Last edited by JayBird on Wed Sep 19, 2007 11:27 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The tables aren't related; joining them would probably be wasteful.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

feyd wrote:...joining them would probably be wasteful.
Just like the initial post :lol:
Post Reply