I am trying to read from DBF, and i get in problems after i upload the files. The problem is in reading field count.On localhost (using the Apache) everything seem ok:
Code: Select all
$fp = fopen($fileName,"rb");
$buf = unpack("S",fread($fp,2));
$re = $buf[1];I am currently able to upload on server with IIS (maybe this is the problem?), and after same dubugging i get $re = "";
I spent almost a day yestareday