Single Choice Not Set

QWhich one of the following statements can be used to select the database?

ID: #2549 MySql with PHP Basic MCQ 2,096 views
Question Info
#2549Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A $mysqli=select_db(
  • B mysqli=select_db(
  • C mysqli->select_db(
  • D $mysqli->select_db(
Correct Answer

Explanation

$mysqli->select_db(‘databasename’);

Share This Question

Challenge a friend or share with your study group.