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 |
Is not null mysql?
What is active record in php?
What is a class in php programing?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
How could I install codeignitor ?
Tell me can the value of a constant change during the script's execution?
Hi, I want to upload an image ito database and display image in a table in php how it is possible
Is php a strongly typed language?
What does $_files means?
What the difference between WAMP5 1.7.3 and WampServer 2?
How long does a php session last for?
What is a session in php?