Hi,
does anybody knows if it is possible to use the "header" function to built a header with the Referer parameter.
I have already tried to do :
header("Referer: www.mysite.com") ; header("Location: $url) ;
but it doesn't work.
Thanks
I don't think you can because the referer is sent by the broswer it self... !