MySQLi Help Documentation
Manipulation of records in a database are typically done using 3 behaviors. Insert, Update, and Delete.
Data Management
- Insert Record - Inserts a new record into the table of your choosing.
- Update Record - Updates an existing record with new values.
- Delete Record - Deletes an existing record.