plzzz help on MySql and php form
Posted: Tue Apr 13, 2010 2:19 pm
Before asking this question, I should thank you for taking time and look at this.
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
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