How to find out, how a user visited a particular page?
Answers were Sorted based on User's Feedback
Answer / asish kumar khuntia (mithu)
Sorry for previous wrong answer.
In php u can get through $_SERVER page referer.
Is This Answer Correct ? | 3 Yes | 4 No |
Answer / 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 |
Answer / master
try to find out the url of the page. finish!!!!!
Is This Answer Correct ? | 2 Yes | 6 No |
What is php glob?
Tell me what does $_env means?
How do I run a php script?
How to get a random value from a php array?
Whether php supports microsoft sql server?
Can a super () and this () keywords be in same constructor?
What is an anti csrf token?
What is $_session in php?
What should be the length of variable for SHA256?
What is echo in html?
Who created numbers?
What is the static variable in function useful for?