[PHP] Opening remote files with "fopen"

2003-03-29 Thread Andreas Breitschopp
Hello together! I've got problems with opening some remote files, but I really don't understand why this doesn't work (with mostly all it works)! This is one of them the fopen-function don't open: $fp = fopen("http://www.cornutopia.charitydays.co.uk/software/arcangel.xml";, "r"); But is also don

Re: [PHP] Opening Remote Files

2001-03-27 Thread Yasuo Ohgaki
""Nick Norton"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does anyone know of a method to read a remote password protected file > without actually downloading it locally and then reading? I suppose you must download file before reading. There are so many

[PHP] Opening Remote Files

2001-03-27 Thread Nick Norton
Does anyone know of a method to read a remote password protected file without actually downloading it locally and then reading? - Nick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l