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 |
How is it possible to parse a configuration file?
What are the different types of array in php?
Explain how is it possible to cast types in php?
Does php support multiple inheritances?
Can we override magic methods in php?
What is php and why it is used?
What can I do by cakePHP?
Explain about Functions in PHP?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What are static variables in php?
How many types of php are there?
What is the super method?