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 in full?
How can you create a session in php?
What is the purpose of the '.frm' file extension? What do thes file contain?
How to do single and multi line comment in php?
What is the use of limit in mysql?
What is the purpose of a query?
how to select single row from table and insert into same table as a new record by using a single sql query.
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 is difference between mysql_connect and mysqli_connect?
Explain about Functions in PHP?
How can I maintain the count of how many persons have hit my site?
1 Answers MTOG, Rushmore Consultancy,
What are the delimiters in php?