Advertisements
Advertisements
प्रश्न
Write is the purpose of MySQLi function available.
Advertisements
उत्तर
In PHP Scripting language many functions are available for MySQL Database connectivity and executing SQL queries.MySQLi is an extension in PHP scripting language which gives access to the MYSQL database. MySQLi extension was introduced in version 5.0.0.

Browser Button
The MySQLi extension contains the following important functions which are related to MySQL database connectivity and management.
- Mysqli_connect( ) Function
- Mysqli_close( ) Function
- mysqli_select_db( ) Function
- mysqli_affected_rows( ) Function
- mysqli_connect_error( ) Function
- mysqli_fetch_assoc( ) Function
APPEARS IN
संबंधित प्रश्न
Which is the not a correct MySQL Function in PHP?
How many parameter are required for MYSQLi connect function in PHP?
How many parameter are required for MYSQLi query function in PHP?
How many parameter are required for MYSQLI Close function in PHP?
Which version of PHP supports MySQLi fuctions?
What is MySQLi function?
What are the types MySQLi function available PHP?
Give few examples of MySQLi Queries.
What is Connection string?
Explain MySQLi Queries with examples.
