Hi all,
Having a bit of a problem but I know its probably an easy answer..
I have a database with two tables. Basically, I am taking direct data from one table on a webpage, and want to select data depending on the results of the first query.
eg. Ive retrieved data from one table that displays city codes, such as:
- LON
- PAR
- BUD
In a seperate database table, I have the names and co-ordinates of each city with the city Code too. I want to be able to get that information and post it beside "LON" etc by selecting it from the database. Only thing is the cities codes that appear are random so are never the same. (which is why I dont have all the data in one table)
Thats probably not a very clear post, but any help would be greatly appreciated!
Thanks,