This is a discussion on RE: [PHP] How to use file() function with an "HTTPS:\\www.example.com" within the PHP General forums, part of the PHP Programming Forums category; [snip] How to use file() function with an "HTTPS:\\www.example.com" [/snip] Use cURL http://www.php....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
How to use file() function with an "HTTPS:\\www.example.com" [/snip] Use cURL http://www.php.net/curl because you will have to login to the https: location first, before you can use file() |
|
|||
|
Recompile php with built-in openssl support (--with-openssl) will do that.
[]'s Daniel Souza "Jay Blanchard" <jay.blanchard@niicommunications.com> escreveu na mensagem news:C8F323573C030A448F3E5A2B6FE2070B01AFA820@neme sis... [snip] How to use file() function with an "HTTPS:\\www.example.com" [/snip] Use cURL http://www.php.net/curl because you will have to login to the https: location first, before you can use file() |