xyn Posted September 26, 2006 Share Posted September 26, 2006 Hey guys,How do i request a URL, like... "REMOTE_ADDR". Quote 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 Quote 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? Quote 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 :/ Quote 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 :] Quote Link to comment https://forums.phpfreaks.com/topic/22133-requested-url/#findComment-99098 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.