jimmy12
BANNED
- Sep 15, 2008
- 122
- 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":
Anyone know what to add to the code to show the "link forwarding site" to the "newerbsite"?
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"?