On 12/22/2003 05:26 AM, Homer wrote:
Notice: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\Inetpub\PostNuke-0.726\mpValidar.php on line 62
The line above says it all. I think the right scheme name is ssl, not https .
Alternatively you may want to use the Curl library. It is a bit more complicated but using this HTTP client class it becomes much simpler and you can make more complex request like posting forms and handling cookies.
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