|
Hi,
I used header("location: ...");
But my problem is that when I redirect to some website, they don't see my website as a referer, so what to do ?
I need a way that, when I redirect from "redirect.php" to "page.php" with header("location: page.php"); or any other function, and in page.php, if I use $_SERVER['HTTP_REFERER']; I need to see "redirect.php, is this possible ?
Last edited by Ilyes; 09-09-2008 at 04:11 AM..
|