Advertisements
Advertisements
प्रश्न
Which is the correct function to establish connection in PHP?
विकल्प
mysqli_connect(“Server Name “,”User Name”,”Password”,”DB Name”);
connect(“Server Name “,”User Name”,”Password”,”DB Name”);
mysql_connect(“Server Name “,”User Name”,”Password”,”DB Name”);
mysqli_connect (“Database Object”);
Advertisements
उत्तर
mysql_connect(“Server Name “,”User Name”,”Password”,”DB Name”);
APPEARS IN
संबंधित प्रश्न
How many parameter are required for MYSQLi connect function in PHP?
How many parameter are required for MYSQLi query function in PHP?
What is MySQLi function?
What are the types MySQLi function available PHP?
What is Connection string?
Write the Syntax for MySQLi Queries.
Write is the purpose of MySQLi function available.
Write MySQL Connection Syntax with example.
Explain in details types of MySQL connection method in PHP?
Explain MySQLi Queries with examples.
