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 |
Why do we use namespace in php?
How to set a value in session? How to remove data from a session?
sort term descripttion form, report and uery
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is the PHP predefined variable that tells the What types of images that PHP supports?
What is exception in php?
How long is session timeout?
What is parent __construct ();?
full form of php??
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
What is memcache?
How many php functions are there?