How to find out, how a user visited a particular page?
Answer Posted / webguy
It's $_SERVER['HTTP_REFERER'];
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which operator is used to combine string values in php?
What is singleton class in php?
Tell me is it possible to remove the html tags from data?
What is empty php?
How do sessions work in php?
Tell me how is it possible to know the number of rows returned in result set?
How is it possible to cast types in php?
Which function can be used to exit from the script after displaying the error message?
Tell me how can we display information of a variable and readable by human with php?
How can a cross-site scripting attack be prevented by php?
Why do we use hooks?
How to register a variable in PHP session?
Tell us what is the difference between session_unregister() and session_unset()?
How do you check if an arraylist is empty?
Is it possible to extend the execution time of a php script?