PHP.nl

dbase_get_record

dbase_get_record

Gets a record from a database as an indexed array

array **dbase_get_record** resource $database int $number

Gets a record from a database as an indexed array.

database The database resource, returned by or . dbase_open``dbase_create

number The index of the record between and . 1``dbase_numrecords($dbase_identifier)

An indexed array with the record. This array will also include an associative key named which is set to 1 if the record has been marked for deletion (see ). deleted``dbase_delete_record

On error, will return false. dbase_get_record

dbase_get_record_with_names