What bit of php code will store the referring website to $referrer?
Thanks,
Jon
What bit of php code will store the referring website to $referrer?
Thanks,
Jon
$_SERVER['HTTP_REFERER'] or getenv('HTTP_REFERER')
I tried that but had 2 r's. Thank you.