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
संबंधित प्रश्न
Which is the not a correct MySQL Function in PHP?
How many parameter are required for MYSQLi connect function in PHP?
Which version of PHP supports MySQLi fuctions?
What is MySQLi function?
Difference between Connection and Close function?
Give few examples of MySQLi Queries.
What is Connection string?
Write the Syntax for MySQLi Queries.
Discuss in detail about MySQL functions with example.
Explain MySQLi Queries with examples.
