xyn Posted September 26, 2006 Share Posted September 26, 2006 Hey guys,How do i request a URL, like... "REMOTE_ADDR". Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/ Share on other sites More sharing options...
wildteen88 Posted September 26, 2006 Share Posted September 26, 2006 huh?$_SERVER['HTTP_REFERER'] if you want to get the referring urlIf not then could you explain what you're trying to do in more detail Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/#findComment-99083 Share on other sites More sharing options...
thepip3r Posted September 26, 2006 Share Posted September 26, 2006 Don't understand youre question... REMOTE_ADDR shows the IP address of the visiting surfer in the $_SERVER array. what are you looking for more specifically? Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/#findComment-99084 Share on other sites More sharing options...
xyn Posted September 26, 2006 Author Share Posted September 26, 2006 that was an example of the kinda code i'm looking for :/ Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/#findComment-99091 Share on other sites More sharing options...
xyn Posted September 26, 2006 Author Share Posted September 26, 2006 [quote author=wildteen88 link=topic=109575.msg441843#msg441843 date=1159290601]huh?$_SERVER['HTTP_REFERER'] if you want to get the referring urlIf not then could you explain what you're trying to do in more detail[/quote][quote author=thepip3r link=topic=109575.msg441844#msg441844 date=1159290710]Don't understand youre question... REMOTE_ADDR shows the IP address of the visiting surfer in the $_SERVER array. what are you looking for more specifically?[/quote]Thanks perfect, thansk :] Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/#findComment-99098 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.