corillo181 Posted June 11, 2006 Share Posted June 11, 2006 is there any way i can get the url where a user is coming from and redirecting them to that url? Link to comment https://forums.phpfreaks.com/topic/11738-header/ Share on other sites More sharing options...
corillo181 Posted June 11, 2006 Author Share Posted June 11, 2006 anyone? Link to comment https://forums.phpfreaks.com/topic/11738-header/#findComment-44419 Share on other sites More sharing options...
wildteen88 Posted June 12, 2006 Share Posted June 12, 2006 Yes, $_SERVER['HTTP_REFERER']This variables stores the location the user came from. This is set by the web browser so not all browsers will send this variable. Link to comment https://forums.phpfreaks.com/topic/11738-header/#findComment-44546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.