Here it is:
I want to create a simple php form with drop down list. Say, the list is called what is your favorite food?
and then the drop down menu will have the list including a lot of food names.
here, I want to record all the food in a mySQL table, say tb_food.
Now, I want to export all the items on this MYSQL table into the drop down list.
Then, by doing this, whenever there is new food added into that tb_food table, the drop down list in this php web form will be updated with new items.
Could anyone help me with this one?
A million thanks~
chessactuary