From: Paul V. <pau...@gm...> - 2007-09-03 15:42:41
|
Hi, When I now go to the main page (index.php) I don't get to see any of the charts. My apache error_log show index.php as being the referer and not chart.php. I have to check for both index.php and chart.php to get everything working. What version of apache/php are you running? And btw on the page http://nl3.php.net/reserved.variables it's mentioned that: == 'HTTP_REFERER' The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted. == Cheers, Paul. |