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 Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php POST index.php GET admin.php GET index.php POST admin.php POST index.php GET admin.php GET index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? remover() alloc() free() destroy() remover() alloc() free() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘url’]. $_GET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. 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? get_row() row() fetch() fetch_row() get_row() row() fetch() fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() send_query() query() query_send() sendquery() send_query() query() query_send() ANSWER DOWNLOAD EXAMIANS APP