essjay_d12 Posted May 21, 2007 Share Posted May 21, 2007 I am sending a url to another page and retrieving it via a get clause http://server.com?url=http://www.mysite.ac.uk/test//course/mod.php?id=1§ion=0&sesskey=4lTZTazk64&add=resource&type=file I use echo $_GET['url']; and it echoes out..... http://www.mysite.ac.uk/test//course/mod.php?id=1 how do i get it all as in this bit too .... §ion=0&sesskey=4lTZTazk64&add=resource&type=file ?? thanks d Link to comment https://forums.phpfreaks.com/topic/52325-get-clausenot-getting-whole-string/ Share on other sites More sharing options...
AndyB Posted May 22, 2007 Share Posted May 22, 2007 use parse url -> http://www.php.net/manual/en/function.parse-url.php Link to comment https://forums.phpfreaks.com/topic/52325-get-clausenot-getting-whole-string/#findComment-258660 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.