Search found 1 match

by rashidf2
Sat Dec 05, 2009 8:46 pm
Forum: PHP - Code
Topic: Self submit and dynamic dropdown
Replies: 2
Views: 456

Self submit and dynamic dropdown

I have a php page that recevies a value "$cat" from another page. It uses that value to populate a dropdown menu dynamically with selections. When the user selects one value (form the drop down) and clicks on submit, the form is supposed to self submit and run execute another query and dis...