Hi All,
I'm trying to read/pass a value from a dropdownlist on a ASP.NET page to a PHP page so I can excute the required SQL command in the background. Can anyone assist with this?
Background:
- jQuery autocomplete search box getting results from PHP page that connects to a SQL database (working fine)
- Wanting to now have a drop downlist next to the search box that PHP reads in order to know what query to run, e.g. search by first name, or from the dropdown list search by address etc.
Thanks