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