Posted on Tuesday, June 05th (1705 days ago)
I’ve had to look this up twice now, so I figured I’d post it here for future reference. When you need to interact with the referring url, here’s the PHP code to grab it for use:
getenv("HTTP_REFERER");
Posted on Tuesday, June 05th (1705 days ago)
I’ve had to look this up twice now, so I figured I’d post it here for future reference. When you need to interact with the referring url, here’s the PHP code to grab it for use:
getenv("HTTP_REFERER");