modifying http_referer in php
I want to modify http_referer before redirecting visitor to another site. <? header("Referer: http://www.msn.com"); header("Location: http://www.tracemyip.org"); ?> PHP: This is not working, help please. See original post by invalid@example.com (mi6hq)