[PHP] httpS connection with FILE

2002-05-10 Thread Bert Buckley


I would like very much to retrieve data from an 
https server using the file function, but it only
supports an http call.

1. Can someone suggest a good alternative

2. I understand this will be in PHP 4.3.  Does
anyone know a possible release date.

Thanks

Bert


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




Re: [PHP] httpS connection with FILE

2002-05-10 Thread Stuart Dallas

On 10 May 2002 at 16:07, Bert Buckley wrote:
> I would like very much to retrieve data from an 
> https server using the file function, but it only
> supports an http call.
> 
> 1. Can someone suggest a good alternative

http://www.php.net/curl

-- 
Stuart

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




Re: [PHP] httpS connection with FILE

2002-05-10 Thread Danny Shepherd

It will be really cool when we can do that (in PHP4.3) but until then you'll
have to make do with cURL (http://www.php.net/manual/en/ref.curl.php)

HTH

Danny.

- Original Message -
From: "Bert Buckley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 11, 2002 12:07 AM
Subject: [PHP] httpS connection with FILE


>
> I would like very much to retrieve data from an
> https server using the file function, but it only
> supports an http call.
>
> 1. Can someone suggest a good alternative
>
> 2. I understand this will be in PHP 4.3.  Does
> anyone know a possible release date.
>
> Thanks
>
> Bert
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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