Show a specific MySQL row based on dropdown selection
问题 I created a form that includes a dropdown field <select name="locationselect" id="locationselect" tabindex="7"> <option value="Location1">Location 1</option> <option value="Location2">Location 2</option> <option value="Location3">Location 3</option> <option value="Location4">Location 4</option> </select> Upon submission I want to pull the location they selected from the dropdown and print a specific row from my MySQL database that would show them an address. So if they select Location 1 it