Jump to content

GET CLAUSE...not 'getting' whole string


essjay_d12

Recommended Posts

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&section=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 .... &section=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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.