i have two select boxes and a submit button. select 1 is called Locations, and 2 is Services. both load values from a mysql database. i want to pass the chosen values to the next page when the submit button is clicked. how would i go about this without using sessions?