* Thus wrote Gerard Samuel ([EMAIL PROTECTED]):
> David Nicholson wrote:
> 
> >You can either use the cUrl functions:
> >
> >http://uk2.php.net/curl
> >
> >or if this is not an option to you, you can use the socket
> >functions:
> >http://uk2.php.net/manual/en/ref.network.php
> >but you will have to deal with sending the HTTP request yourself
> >(which is not very complicated assuming you are not using HTTPS).
> >
> Hehe.  Unfortunately, its going to be HTTPS.  So Ill see what I can come 
> up with.

HTTPS is transparent by the time it gets to php, you can simply use
fopen('https://', ...)  and talk standard HTTP protocol. The data
is encrypted elsewhere.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to