Please add a simple function to give the total number of records.
Logged In: YES user_id=73968
If you use an index with the database, you can access the $size variable.
$tdb = new TextDB(); $tdb->open(.......); print $tdb->size;'
Log in to post a comment.
Logged In: YES
user_id=73968
If you use an index with the database, you can access the
$size variable.
$tdb = new TextDB();
$tdb->open(.......);
print $tdb->size;'