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.

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 rephr

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 Jo