PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.ini php.ini index.php start.php index.ini php.ini index.php start.php 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 __________ function.inc.php admin.php index.php database function.inc.php admin.php index.php database ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() rollback() commit() back() undo() rollback() commit() back() 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_param() bound_param() bind_result() bound_result() bind_param() bound_param() bind_result() bound_result() ANSWER DOWNLOAD EXAMIANS APP