PHP Databases Handling Which one of the following statements instantiates the mysqli class? $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing either nothing or a forward slash forward slash backward slash nothing either nothing or a forward slash forward slash backward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ; include ‘filename’; @include ‘filename’; #include ‘filename’; #include ; include ‘filename’; @include ‘filename’; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch() get_row() fetch_row() row() fetch() get_row() fetch_row() row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.2 MySQL 4.1 MySQL 4.0 MySQL 4.3 MySQL 4.2 MySQL 4.1 MySQL 4.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? finish() final() close() end() finish() final() close() end() ANSWER DOWNLOAD EXAMIANS APP