How to find out, how a user visited a particular page ?
- We add a counter in that page.
- When a page load that counter value will increase.
- For storing its previous value we can use session, database etc.
$counter++;
?>
$counter++;
?>
Our site uses cookies. By using this site, you agree to the Privacy Policy and Terms of Use.