PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() end() finish() final() close() end() finish() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_param() bind_param() bind_result() bound_result() bound_param() bind_param() bind_result() bound_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ admin.php function.inc.php database index.php admin.php function.inc.php database index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini index.php .htaccess admin.php index.ini index.php .htaccess admin.php 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 one of the following methods can be used to diagnose and display information about a MySQL connection error? mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() ANSWER DOWNLOAD EXAMIANS APP