Although they are experimental, I find the socket() and connect() functions
in PHP4 to be much easier to use and manage.  May want to try them, perhaps?
They seem to be a little less tempramental.

Mike Frazer



"Bhavin Modi" <[EMAIL PROTECTED]> wrote in message
news:01d901c1a419$deea9de0$0664a8c0@bhavinm...
> You can use CURL extension with PHP to use SSL, provided PHP is compiled
> with CURL library functions. http://www.php.net/manual/en/ref.curl.php
>
> You can get more help from
> http://www.phpbuilder.com/columns/matt20000305.php3
>
> Regards,
> Bhavin
>
>
> ----- Original Message -----
> From: "Daniel Reichenbach" <[EMAIL PROTECTED]>
> To: "Php-General" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 23, 2002 7:14 PM
> Subject: [PHP] fsockopen questions
>
>
> > Hy,
> >
> > for a project I need to connect to a SSL server with PHP. Additionaly I
> > have to authenticate myself with username/password with standard auth.
> > Is this possible with PHP's fsockopen function? I couldn't find any
> > hint on this in the manual.
> >
> > Greetings,
> > Daniel
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to