|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-30 11:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 20:00:01 2025 UTC |
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