mysqli_commit
Description
bool mysqli_commit ( resource link)Commits the current transaction for the database specified by the link parameter.
See also mysqli_autocommit(), mysqli_rollback().
Commits the current transaction for the database specified by the link parameter.
See also mysqli_autocommit(), mysqli_rollback().