is it possible to redirect a visitor on my php page as soon as I received a Postback/Callback? If yes can someone provide me some pointers where to start. Searched in Google for it but found nothing…
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At the top of your PHP page, if you include the following:
If you wanted to do a 301 redirect instead of the default 302, you could do: