Hello
I had to post some information to a page and get the response from it (store that response in a variable). But the page to which i am posting information to is https and i can put a version >4.3.0. (as stated in the php manual for using ssl socket connection with fsockopen). So i want to know what are the other ways of getting the response from a page (not using sockets). Until now i try exec("GET "."https://somesite.com/somepage.asp",$returned); but it didn't work properly.