ID: 13764
Updated by: lobbin
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *Directory/Filesystem functions
Operating System: WIN98
PHP Version: 4.0.6
New Comment:
Can you reproduce this with 4.1.0?
Previous Comments:
------------------------------------------------------------------------
[2001-10-19 18:29:36] [EMAIL PROTECTED]
Hallo,
I have still problems with opening files via HTTP:// using FOPEN function.
When I use transcription:
FOPEN("http://www.mb-net.cz/index.phtml","r");
or
FOPEN("http://www.mb-net.cz/","r");
there is no problem, it works fine.
I have read I have to use slash "/" at the end of URL, it is OK. But what may I do in
case I need use parameters?
I wrote:
fopen("http://prilohy.idnes.cz/garfield/garfield.asp?y=/garfield/011014.htm","r");
it does not work, it says: "No error in filename.phtml"
Tried use another transcription:
fopen("http://prilohy.idnes.cz/garfield/garfield.asp?y=garfield/011014.htm","r");
but it works only sometimes!
I tried it about 20 times, approximately 5 times it worked, but almost didn't.
I have looked up for resolution in your bug database, but I didn't find. Please, help
me.
Thank you very much.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13764&edit=1
--
PHP Development 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]