How can I relate this two tables?
http://img263.imageshack.us/img263/2415/examplea.jpg
If you notice in the picture there is no a submit bottom but let's suppose there is one.
table one...
Contains a list of restaurants and input tag name above in the picture is where through an user will get through the restaurant table to look for an X restaurant.
What about if an user get to choose a food type of the select tags in the pictures, Then how can a query be formed to relate table one with table two which is called restaurant_food_types and is as below..
Thank you.