Page 1 of 1

fetch data from secure site

Posted: Thu Nov 16, 2006 6:27 am
by urnetmate
How to fetch data from secure site or https remote server?
I want to submit posted value to remote sercure server and get response from the same page.
I used fsockopen. fsockopen is working for normal http site. but this function is not working for sercure site.

Please help!!!!!!!!!!!!!!!!

Posted: Thu Nov 16, 2006 6:59 am
by feyd
If PHP has the SSL packages installed, file_get_contents() quite often. The url would be ssl://domain/path/file.ext