i want to get all the Referer value from header. if page navigate from one server to another and then reach client means i need all the server hostname or Referer how can i get in php. i have used apache header which return one Referer only
There is only one referer and even then it is not to be trusted. What you get from $_SERVER['HTTP_REFERER'] is all there is.
Logic without the fatal effects. All code snippets are licensed under WTFPL.
is this possible to get the referer or referer value
$_SERVER['HTTP_REFERER']
Forum Rules
Bookmarks