Re: [PHP] error when open files

2005-09-28 Thread Emil Novak
If this isn't local webserver, you maybe have a problem with allow_url_fopen: http://www.php.net/manual/en/ref.filesystem.php#ini.allow-url-fopen Or if this is on your local server, you can try this: $fp = fopen("/A.zip", "r"); Your sincerely Emil NOVAK, Slovenia, EU

[PHP] error when open files

2005-09-28 Thread 宋琦
Hi everyone I`m a phper from chinese, I`v got a problem when opening files. In the web server there are two files named A.zip and B.zip, when I open them with "$fp=fopen("http://mysite.com/A.zip","r";);" and "$fp1=fopen("http://mysite.com/B.zip","r";);", the first file was opened correctly but