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
What is difference between session and cookie in PHP?
What is the difference between single quoted string and double quoted string?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What are the different errors in php?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What is php full form?
What is the difference between print() and echo()?
Tell me how is it possible to parse a configuration file?
What is htaccess? Why do we use this and where?
Why is overriding runtime?
Is php a case sensitive language?
What is session in php w3schools?
When do you use define() and when do you use const. What are the main differences between those two?
How can we connect to a mysql database from a php script?
How to create a session? How to set a value in session?