Page 1 of 1

plzzz help on MySql and php form

Posted: Tue Apr 13, 2010 2:19 pm
by chessactuary
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? :banghead:
A million thanks~ :)

chessactuary

Re: plzzz help on MySql and php form

Posted: Wed Apr 14, 2010 1:02 pm
by JakeJ
The best help I can give you (even though it doesn't seem like it), is to find tutorials on the internet (very easy to do) for what you want. Then, if you are having trouble with a specific part of your code, come back and ask for help.

You'll learn a lot more that way.