

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following statements instantiates the mysqli class?a) mysqli = new mysqli()b) $mysqli = new mysqli()c) $mysqli->new.mysqli()d) mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database? |
A. | mysqli = new mysqli()b) $mysqli = new mysqli()c) $mysqli->new.mysqli()d) mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database?a) $mysqli=select_db('databasename'); |
B. | $mysqli = new mysqli()c) $mysqli->new.mysqli()d) mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database?a) $mysqli=select_db('databasename');b) mysqli=select_db('databasename'); |
C. | $mysqli->new.mysqli()d) mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database?a) $mysqli=select_db('databasename');b) mysqli=select_db('databasename');c) mysqli->select_db('databasename'); |
D. | mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database?a) $mysqli=select_db('databasename');b) mysqli=select_db('databasename');c) mysqli->select_db('databasename');d) $mysqli->select_db('databasename');View Answer |
Answer» C. $mysqli->new.mysqli()d) mysqli->new.mysqli() 7.Which one of the following statements can be used to select the database?a) $mysqli=select_db('databasename');b) mysqli=select_db('databasename');c) mysqli->select_db('databasename'); | |