MySQLi

Tutorials that are related to MySQLi would show in this category.

MySQL SELECT Statement

The SELECT statement selects the data from a table in the database. It can select all the available column values from a table in the shape of a row.

How to search value in JSON array through MySQLi query?

JSON_CONTAINS() function accepts two arguments in which the first is the column name and the second is the exact JSON key and its value that is needed to match.

How to Copy Rows and Insert Them into Same Table Using MySQLi?

Learn how to copy rows and insert them into the same table. Let’s say we have a colors table that has colors for different parts of a vehicle.

Best Way to Create Reliable Database Design for Multi-Language

Create simple and reliable database design for multi-language with comprehensive details. It can be used for small and large-scale applications