How to find out, how a user visited a particular page?
Answer Posted / asish kumar khuntia(mithu)
We add a counter in that page.
when a page load that counter value will increase.
eg.
<?php
$counter++;
?>
for storing its previpous value we can use session,
database etc.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Can I write php code in html file?
How to count all the lines of code in a directory and sub folder?
What is the difference between $name and $$name?
What is cookie and why do we use it?
Who created numbers?
Is key exist in array php?
How do I check if a given variable is empty?
How do I end a php session?
How to write a program to make chess?
Why framework is used in php?
What is static in php?
Where are cookies stored php?
What does odbc do in context with php?
How to turn on the session support?
Does empty check for null?