Computer Science, asked by pushpavalli98765, 6 months ago

explain mysqli extension function with example​

Answers

Answered by palakgupta2395
2

Answer:

The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP scripting language to provide an interface with MySQL databases.

There are three main API options when considering connecting to a MySQL database server:

PHP's MySQL Extension

PHP's MySQLi Extension

PHP Data Objects (PDO)

Similar questions