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 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 __________ database function.inc.php admin.php index.php database function.inc.php admin.php index.php 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[‘admin’]. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. 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_result() bound_param() bind_param() bind_result() bound_result() bound_param() bind_param() bind_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP