Find out how many records are in a dBase database
(PHP 3, PHP 4 )
int dbase_numrecords ( intdbase_identifier )
Returns the number of records (rows) in the specified
database. Record numbers are between 1 and dbase_numrecords($db),
while field numbers are between 0 and dbase_numfields($db)-1.