From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.0.4pl1
PHP Bug Type: Filesystem function related
Bug description: Problem with file(), fopen() and url with parameters
I have this problem. When I run this script
<?php
$firstfile=file("http://www.imdb.com/Title?1941+(1979)");
$secondfile=file("http://www.imdb.com/Title?Nikita+(1990)");
?>
I always have a warning with the first url:
"Warning: file("http://www.imdb.com/Title?1941+(1979)") - No such file or directory in
myfile.php"...
but the second url give me any problem.
I think that my php-win has a problem with url with parameters (get method) started
with a number (1941)...
no problem with letters.
Boh
Good work !
Paolo Zavarise
--
Edit Bug report at: http://bugs.php.net/?id=9039&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]