Hey everyone,
I have a little problem with a mysql query. I need to query a database table for 'places' to retrieve the name, and picture associated with the picture. I want to be able to include the location, however location information is contained in a separate database. The location is linked to it's corresponding place by a common field 'location_id'. Does anyone know how to query the location and return the results from the places as well, or vice versa?
Thanks
I have a little problem with a mysql query. I need to query a database table for 'places' to retrieve the name, and picture associated with the picture. I want to be able to include the location, however location information is contained in a separate database. The location is linked to it's corresponding place by a common field 'location_id'. Does anyone know how to query the location and return the results from the places as well, or vice versa?
Thanks