Newbie Question: $refpage
Posted: Thu Jul 03, 2003 12:18 pm
I am hoping for some advice on this error:
Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in C:\Users\Top Notch Hosting\valleysoapbox.com\www\phprint.php on line 46
Line 46 reads:
If you can help, I would be grateful: I will continue to peruse the message boards as I have been all morning.
Thanks
Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in C:\Users\Top Notch Hosting\valleysoapbox.com\www\phprint.php on line 46
Line 46 reads:
Code: Select all
$refpage = (phpversion() > "4.1.0") ? $_SERVERїHTTP_REFERER] : $HTTP_SERVER_VARSїHTTP_REFERER];Thanks