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
What is the function to count elements in an array in PHP?
write a note on Testing the web site
How to create a mysql connection in php?
Tell me what is the use of explode() function?
How many records can be stored in mysql table?
What is a controller in php?
What is the meaning of a final class and a final method?
Is laravel easy to learn?
Explain me is multiple inheritance supported in php?
Is php a strongly typed language?
How do I stop php artisan serve in windows?
Which PHP function would you use to send an email?
Is session a cookie?
How to download and install php on windows?
Tell me how can we connect to a mysql database from a php script?