From:             [EMAIL PROTECTED]
Operating system: WIN98
PHP version:      4.0.6
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  No error in filename.phtml

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 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]

Reply via email to