PHP MySQLi
MySQLi is improved extension of MySQL extension. It suits well for InnoDB MySQL database because MySQLi provides transaction processing functions to keep your database accurate and reliable. In this article, we will show you how to utilize most of this MySQLi extension, such as: connecting and disconnecting from database server, perform transaction processing, executing sql queries, retrieving database records, counting selected records.
Click here to read the complete post
If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)Related Article
Categories: PHP base, commit, conn, connect, connecting, connection, data, database, extension, mysql, mysqli, mysqli_affected_rows, mysqli_autocommit, mysqli_close, mysqli_commit, mysqli_connect, mysqli_fetch_array, mysqli_free_result, mysqli_insert_id, mysqli_num_rows, mysqli_query, mysqli_rollback, PHP, php extension, processing, query, record, roll, roll back, select, server, sql, transaction, transaction processing




