Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
|
i'm not sure i get so here i go.
you have 3 select boxes and when you click submit you want that url to open?
ok, you create the form and put 3 selects in there. let's say "year" "model" "first_one".
now i don't know how to make it go directly to your url since that may require js,
but at the begining of the page you are submitting the data to you collect all 3 and use header() function to redirect to that page (header must be set before returning anything, whatsoever).
yet, i don't understand why you need to pass the values in the URL, when you can easily submit the page to advanced_search_results.php and pick them up internally using $_POST['year'] , $_POST['model'] and $_POST['first_one'] ...
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
|