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
How escape single quotes php?
How can you declare a constant variable in php?
Tell me how a constant is defined in a php script?
What is difference between rest and http?
How to set a value in session? How to remove data from a session?
How is the ternary conditional operator used in php?
What is use of mysqli_query in php?
how to detect a mobile device using php
How to replace a substring in a given string?
What software is required for php?
What are php data types?
What are the benefits of composer?
What is a controller in programming?
What is the use of mysqli_real_escape_string() function?
Declare a new variable in php equal to the number 3;