redirect showing the referal?

jimmy12

BANNED
Joined
Sep 15, 2008
Messages
122
Reaction score
16
Hi guys recking my head trying to find solution to this.

I simply want to redirect a link to another website but showing the referal.

This is what Im using to do the redirect from "link forwarding site":

Code:
<?php
header('Location: http://www.newwebsite.com');
?>

Anyone know what to add to the code to show the "link forwarding site" to the "newerbsite"?
 
Back
Top