Advertisements
Advertisements
Question
What is MySQLi function?
Short Note
Solution
- The Mysqli functions allows you to access MySQL database servers.
- For the MySQL functions to be available, you must compile PHP with support for the MySQLi extension.
shaalaa.com
MYSQL Function in PHP
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which is the correct function to establish connection in PHP?
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?
What are the types MySQLi function available PHP?
Write the Syntax for MySQLi Queries.
Discuss in detail about MySQL functions with example.
Explain in details types of MySQL connection method in PHP?
Explain MySQLi Queries with examples.