PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysql MySQL mysqly mysqli mysql MySQL mysqly mysqli ANSWER DOWNLOAD EXAMIANS APP
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 Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? fetch_row() get_row() row() fetch() fetch_row() get_row() row() fetch() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errorno() errnumber() errno() errornumber() errorno() errnumber() errno() errornumber() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 PHP 5.1 PHP 5.3 PHP 5.2 PHP 5.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_result() bind_param() bound_result() bound_param() bind_result() bind_param() bound_result() bound_param() ANSWER DOWNLOAD EXAMIANS APP