|
dbase_delete_record
Deletes a record from a database
(PHP 4, PHP 5)
Marks the given record to be deleted from the database.
Note:
To actually remove the record from the database, you must also call dbase_pack(). Parameters
See Also
|