giraffemedia Posted September 1, 2009 Share Posted September 1, 2009 Hello, i'm trying to get the URL of the page in the browser from within a page that has been included from a different server. When I use $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"] to view the current URL it's giving me the URL of the page i'm including, not the page the viewer is seeing. Is it possible to get the original browser URL from with an included page, or do I have to pass a variable between the two pages? Thanks James Link to comment https://forums.phpfreaks.com/topic/172677-get-url-of-original-page-with-include-call/ Share on other sites More sharing options...
trq Posted September 1, 2009 Share Posted September 1, 2009 Its not possible because all the remote include does is request your php script via http. Link to comment https://forums.phpfreaks.com/topic/172677-get-url-of-original-page-with-include-call/#findComment-910209 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.