Hi, 
i have a form which user have to fill all the fields in it, when the
form is submitted it goes to a validation page which checks if users
entered all the required fields.

what i want to do is to make the validation page redirect to the form
again with the previuosly entered values, so the user can fill the
missing fields.

i can do this easily with input texts and text areas, but i don't know
how to do it with select and combo boxes.

can anyone please tell me how to make the choice the user selected in
the combo box be selected when the validation page redirects to the
form again ?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to