On 12/23/2003 07:39 AM, Homer wrote:
Sorry, but not.
I have changed it to ssl and the message is the same:
Notice: fopen(): Unable to find the wrapper "ssl" - did you forget to enable it when you configured PHP?
If you read the warning message you can see that you can use your solution if you enable ssl streams in your configuration.
I can use nothing that is out of the standard php package, because I'm doing a script for other users that can't change their php installation.
In that case, you need to resort to a Curl based solution as Curl extension is available since much earlier PHP versions (PHP 4.0.2).
In that case you may want to try that HTTP client class that simplifies a lot the access to the Web resources via SSL using Curl if available. It also supports accessing HTTPS pages via a proxy accessible http without SSL, so no Curl library is necessary.
http://www.phpclasses.org/httpclient
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php