Hi there,
I have been experimenting with dbase databases, and when I try to read a record with this code
$tmp = dbase_get_record($db, 0);
from a database, I get the following error:
Warning: Tried to read bad record 0 in [document root dir]\dbase.php on line 16
Also, how do you actually create a DBM style database?