Ok.
Lets say these are my tables in MySQL
Table1 = bowl type
Table2 = cereal type
Table3 = spoon type
I want to create something like this:
user select the bowl type a drop down menu display>
( i used select * from Table1 , then loops the array to create this drop down menu)
then
new drop down menu to select cereal type >
then
new drop down menu to select spoon type >
Not sure what to do after Table1. Some help please.
Edit/Delete Message