Hi,
I am trying to create a webpage where users can create recipes based on ingredients and equipment stored in a database. Below is an image of the tables with which i am trying to work with.
http://img341.imageshack.us/img341/4420/relationw.jpg
I understand that i will need some sort of loop to create the check boxes for what equipment and ingredients they require. How would i link a textbox to the correct equipment so user can say how many of each they require. The same with ingredients, but it would be measurement. This data will then need to be put into the recipeingredient and recipeequipment tables. Puting values into the recipe table is not that much of a problem, it is the others that i am having trouble grasping.
I would appreciate if someone can point me in the right direction to complete this.
Thanks