Advertisements
Advertisements
प्रश्न
Difference between Connection and Close function?
अंतर स्पष्ट करें
Advertisements
उत्तर
| 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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
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?
What is Connection string?
Discuss in detail about MySQL functions with example.
Explain in details types of MySQL connection method in PHP?
Explain MySQLi Queries with examples.
