Possible Duplicate:
PHP - Referer redirect script
I am look to make script which alters browser http_referer for example
i have link
http://www.mysite.com/page.php?changeRefererTo=mysite2.com&redirectTo=www.newwebsite.com
ChangeRefererTo is holding value which will change the browser http_referer code. after changing the http_referer it will direct to $redirectTo.
is it possible with PHP?