Posted by Michael Fesser on 01/28/07 21:45
..oO(Cord-Heinrich Pahlmann)
>I need the HTML content of an extern webpage.
>Normally I just use file(http://externpage); to read the contents.
>But with file(httpS://externpage); i get an error.
What error?
>The script is running under http://, so that is probably the problem
>since http can't send to https (right?).
According to
HTTP and HTTPS
http://www.php.net/manual/en/wrappers.http.php
PHP needs OpenSSL support compiled-in to access HTTPS resources.
Micha
Navigation:
[Reply to this message]
|