graham23s Posted January 30, 2010 Share Posted January 30, 2010 Hi Guys, I know this sounds a bit crazy, but i'm passing over a URL as aparmeter on my $_GET query like: httpwww.site.com/page.php?param1=1¶m2=2¶m3=http://www.url.com on localhost the GET values display properly but on my live site i get an error: Forbidden You don't have permission to access /cpa-xml.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. is there something i should do to the http string before sending? cheers guys Graham Link to comment https://forums.phpfreaks.com/topic/190370-url-in-url-get/ Share on other sites More sharing options...
teamatomic Posted January 30, 2010 Share Posted January 30, 2010 urlencode the value of param3 might help. HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/190370-url-in-url-get/#findComment-1004285 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.