Advertisements
Advertisements
Question
Difference between Connection and Close function?
Distinguish Between
Advertisements
Solution
| Connection function | Close function |
| This function is used to connect the Database Server machine via PHP scripting language | This function is used to close an existing opened database connection between PHP scripting and MySQL Database Server. |
| This function requires four parameters to connect to the database server. | This function requires only one parameter to connect to the database server. |
shaalaa.com
MYSQL Function in PHP
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which is the not a correct MySQL Function in PHP?
How many parameter are required for MYSQLi query 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.
Write the Syntax for MySQLi Queries.
Write is the purpose of MySQLi function available.
Write MySQL Connection Syntax with example.
Discuss in detail about MySQL functions with example.
