Re: [PHP] can I fopen an https url?

2001-07-09 Thread Thomas Deliduka

On 7/9/2001 2:07 PM this was written:

> *heavy sigh*  OK, let me rephrase my inquiry.  What must I do to be able
> to fopen an https url?  For some reason, php tries to find it in the
> path that the executing script resides in.

You have to use cURL http://curl.haxx.se/ with PHP
(http://www.php.net/manual/en/ref.curl.php)

-- 

Thomas Deliduka
IT Manager
 -
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



-- 
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]




Re: [PHP] can I fopen an https url?

2001-07-09 Thread Jeff Orrok

Christian Reiniger wrote:
> 
> On Saturday 07 July 2001 09:27, Jeff Orrok wrote:
> > and assuming I can, will this dump the resulting page to the browser?
> >
> > $fp = fopen( $buildURI, "r" );
> > fpassthru( $fp );
> > fclose( $fp );
> 
> Why don't you just try it?

*heavy sigh*  OK, let me rephrase my inquiry.  What must I do to be able
to fopen an https url?  For some reason, php tries to find it in the
path that the executing script resides in.

--
:-J
--

-- 
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]




Re: [PHP] can I fopen an https url?

2001-07-08 Thread Christian Reiniger

On Saturday 07 July 2001 09:27, Jeff Orrok wrote:
> and assuming I can, will this dump the resulting page to the browser?
>
> $fp = fopen( $buildURI, "r" );
> fpassthru( $fp );
> fclose( $fp );

Why don't you just try it?

-- 
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)

This is JohnC IMHO, I compaired tri-word groupings here and in his plan
and got a good match.

- /. posting discussing the likelihood that an AC post that claimed to be
posted by John Carmack during his honeymoon (and having the login info at
home) was actually from him.

--
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] can I fopen an https url?

2001-07-07 Thread Jeff Orrok

and assuming I can, will this dump the resulting page to the browser?

$fp = fopen( $buildURI, "r" );
fpassthru( $fp );
fclose( $fp );

--
:-J
--

-- 
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]