Needing some assistance with Joining some databases together for result display. I have been reading some of the JOIN topics in the forum and I am still somewhat lose when it comes to my example.
There will be four different search types (center_name, city, state, and zipcode), obviously each search will be conducted based on that type.
my main table looks as follows:
center_id, alley_name, alley_address, city_id, state_id, zip_id, alley_phone, alley_website, alley_email
When I go to list based on the search term, I need to be able to pull the city, state and zip IDs from each of 3 seperate tables and create a listing that may have 1 to 50 or more results.
Any assistance would be excellent.
Shawn