MCQ Single Best Answer Not Set

QWhich one of the following statements instantiates the mysqli class?

ID: #2546 MySql with PHP Basic MCQ 4,651 views
Question Info
#2546Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

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

  • A $mysqli = new mysqli()
  • B $mysqli = new mysqli()
  • C $mysqli->new.mysqli()
  • D mysqli->new.mysqli()
Correct Answer: Option B

Explanation

If you choose to interact with MySQL server using the object-oriented interface, you need to first instantiate the mysqli class via its constructor.

Share This Question

Challenge a friend or share with your study group.