What I am attempting to do is create a form field in which a company name can be selecting from a drop down box. When selecting I want to display the information from my database about the selected company.
I am releatively new to php and mysql, but I have learned how to create, input, and display data, but can not seem to figure out how to do the above.
I have a page at http://www.cashsurveys now.com/company.php
with examples of a drop down list and a tabled list.
The second part of my question is how do I develope the backend script to fetch the data for the selected company form my data base?
Thanks
I am releatively new to php and mysql, but I have learned how to create, input, and display data, but can not seem to figure out how to do the above.
I have a page at http://www.cashsurveys now.com/company.php
with examples of a drop down list and a tabled list.
The second part of my question is how do I develope the backend script to fetch the data for the selected company form my data base?
Thanks
Comment