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

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

[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