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 Quote Link to comment 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 Quote Link to comment 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.