plzzz help on MySql and php form

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
chessactuary
Forum Newbie
Posts: 2
Joined: Tue Apr 13, 2010 1:58 pm
Location: Waterloo, ON, Canada

plzzz help on MySql and php form

Post 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
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: plzzz help on MySql and php form

Post 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.
Post Reply