Link to home
Start Free TrialLog in
Avatar of detox1978
detox1978Flag for United Kingdom of Great Britain and Northern Ireland

asked on

PHP get browser history

Hi All,

Is there a way to find out what the previous page a user was on within PHP?


Phil

ASKER CERTIFIED SOLUTION
Avatar of glcummins
glcummins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If the previous page was on your site, you can also track a user's session. For example, you can create a database entry each time the user visits a new page on your site, or you can track the entire list within the $_SESSION array itself.