Change $_SERVER['HTTP_REFERER']
Is it possible to for instance have a link on page1.php, that open page2.php, but make make page2.php say $_SERVER['HTTP_REFERER'] is empty (with other words opened directly)
from what i read this is called spoofing? sounds not so good, as what i'm doing got nothing to do with that. but spoofing is javascript, i mean php
Re: Change $_SERVER['HTTP_REFERER']
You can spoof a referrer in PHP using the stream functions.
See http://www.mustap.com/phpzone_post_6...the-referer-se for an example.