I want to know that whether on a php page we can get browser history?
Suppose I want to display a php page if a specific link on that browser has been visited earlier otherwise a blank page is to be displayed.
Is it possible to do so??
I want to know that whether on a php page we can get browser
Share
As it is your own site, you can store a session variable to confirm they went there, do something like
and then in the checker page