Xurion Posted April 28, 2007 Share Posted April 28, 2007 I know there is a way to detect the name of the page you just browsed from, but I cannot seem to find it. Thanks in advance. Xur~ Link to comment https://forums.phpfreaks.com/topic/49080-detecting-the-name-of-the-page-you-just-came-from/ Share on other sites More sharing options...
taith Posted April 28, 2007 Share Posted April 28, 2007 <? function get_referrer(){ if(!$ref=@$HTTP_REFERER) $ref=$_SERVER['HTTP_REFERER']; return $ref; } ?> Link to comment https://forums.phpfreaks.com/topic/49080-detecting-the-name-of-the-page-you-just-came-from/#findComment-240451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.