I have several days struggling with this, I need to migrate a table of .dbf to MySQL for which I try to open it with the next one caught and then go through it but it throws me an error,
$db = dbase_open("INARTICULOS.DBF", 0);
if($db){...
asked by
05.04.2016 / 15:11