How to go to referer page using php…
I used $_SERVER['HTTP_REFERER'] to go back but I cant go to last second page where I was before.
It only stores the last page, not the second last one.
I dont want to use javascript.
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.
Keep track of all pages the user visited and use it as a stack to determine the previous page.
That’s your only option. Don’t go there.
The answer: you can’t.