I have four drop-down lists, and I want to get the values that are selected so I can use them in a database query. I want the values to be obtained when a submit button is clicked. I have the drop down lists, and I have the button. But I don't know how to get the value from each drop-down.
Welcome to PHPBuilder!
Have you read through the following manual page: [man]variables.external[/man] ?
Maybe I wasn't clear. It's not forms that I want to get information from, it's drop-down menus that I fill using php.
I'm a newb at this, so maybe I'm doing something wrong.
Jawnskeel;10979522 wrote:it's drop-down menus that I fill using php.
it's drop-down menus that I fill using php.
Okay... I'm assuming by "drop-down menus" you actually mean <select> elements? Are those elements not wrapped in a form?