This is a discussion on RE: [PHP] detecting referer within the PHP General forums, part of the PHP Programming Forums category; [snip] What is the best way, using php, to detect information about the referrer to a page. Is this possible/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
What is the best way, using php, to detect information about the referrer to a page. Is this possible/difficult using PHP? [/snip] Please take the time to peruse the manual at http://www.php.net/manual/en/reserved.variables.php and look at $_SERVER variables. Have a pleasant and productive day! HTH |