I have looked around on the web and have found a code to redirect previous ONCE, but I would like to redirect previous twice?
Is there a special function to do this?
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.
The best way to do this would be via JavaScript.
Doing it via PHP would be tricky, as you’d have to keep track of the user’s successive
HTTP_REFERERvalues in a session or cookie or something, which’d be glitchy if the user had multiple tabs open on your site.