user21815
03-11-2007, 03:17 PM
Is there any way to redirect without losing the referer info?
![]() | View Full Version : Redirect with HTTP Referer user21815 03-11-2007, 03:17 PM Is there any way to redirect without losing the referer info? Teh_Winnar 03-11-2007, 09:51 PM Store it in a session Example: $_SESSION["refer"] = $_SERVER["HTTP_REFERER"] |