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]

Reply via email to