| 
 | dbase_replace_recordReplaces a record in a database Description
   bool dbase_replace_record
    ( resource  $dbase_identifier, array$record, int$record_number)Replaces the given record in the database with the given data. Parameters
 
 Return Values
   Returns  Changelog
 Examples
 Example #1 Updating a record in the database 
<?phpNotes
 See Also
 
 |