I'm kinda new to the PHP stuff, so this may be a really basic question.
I want to make a php page that has an option list. The thing where you click the arrow and you get to choose something.
What I want to do is get the values for the option list from a mysql database table. So if there are 10 rows in the table, my option list will have 10 choices. If there are 2 rows in table, there will be 2 choices.
Anybody know how I could do this with php/html
Thanks for the help
I want to make a php page that has an option list. The thing where you click the arrow and you get to choose something.
What I want to do is get the values for the option list from a mysql database table. So if there are 10 rows in the table, my option list will have 10 choices. If there are 2 rows in table, there will be 2 choices.
Anybody know how I could do this with php/html
Thanks for the help