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? Quote 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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/11738-header/#findComment-44546 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.