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 php used for frontend or backend?
Do you know what is the function func_num_args() used for?
Why do we show php code in browser?
hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?
How to check your php installation?
How is session id stored in browser?
How to access a specific character in a string?
How to write a program to make chess?
What is csrf token and how will you add csrf token in ajax?
What is difference between str_replace and substr_replace
What is the difference between get and post method in php?
Apart from mail() function to send emails,is there any other functions in PHP to send emails?