|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-06-13 09:09 UTC] sniper@php.net
 | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 UTC | 
in Win98+PHP , download and run normally. (download data.mdb, size=1437696 bytes) in Win2000+PHP, file size add about 6K ,and can not run in access,file is error. :-( (download the same data.mdb, size=1443815 bytes) if ($fs=fopen("http://xxx.xxx.xxx.xxx/data/data.mdb","r")) { $fd=fopen("./data.mdb","w"); while($data=fread($fs,8)) { if ($data<>"") { fwrite($fd, $data); }; }; Please check it, and tell me how to fix it. Thanks!! SAM.