Which One Of The Following Statements Can Be Used To Select The #277
Which one of the following statements can be used to select the database?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Databases - Quiz No.1.
Which one of the following statements can be used to select the database?
$mysqli=select_db('databasename');
mysqli=select_db('databasename');
mysqli->select_db('databasename');
$mysqli->select_db('databasename');