Skip to content

Instantly share code, notes, and snippets.

@guilhermealveslopes
Created January 11, 2018 16:45
Show Gist options
  • Save guilhermealveslopes/a2798a8f86ccc401357fead1eab167fd to your computer and use it in GitHub Desktop.
Save guilhermealveslopes/a2798a8f86ccc401357fead1eab167fd to your computer and use it in GitHub Desktop.
Track Reffer PHP
<? $httpReferer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : null;
echo $httpReferer;
echo $_SERVER['REDIRECT_URL']; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment