1. mysqli = new mysqli()
  2. $mysqli = new mysqli()
  3. $mysqli->new.mysqli()
  4. mysqli->new.mysqli()
7 views

1 Answers

Answer: Option 2

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

7 views

Related Questions