Forum Moderators: coopster

Message Too Old, No Replies

redirecting a user to main page after Submit button is clicked

         

tweety

9:39 am on Apr 5, 2013 (gmt 0)

10+ Year Member



Hi,
I am trying to redirect to the main page when the user clicks save button.
My main page is main.php contains Questions.
For answering the Questions i give link to the another page for answering.After Saving the answer sheet, the form submits
and not redirects to the main.php. please tell me how to do that

phranque

11:14 am on Apr 5, 2013 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, tweety!


after processing the form, your HTTP Response should start with a 301 status code and a Location: header referring to the main.php url

g1smd

12:30 pm on Apr 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You MUST process the submitted form data before returning the redirect response as POST parameters are stripped in a redirect.