PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() remover() destroy() alloc() free() remover() destroy() alloc() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php GET index.php GET admin.php POST admin.php POST index.php GET index.php GET admin.php POST admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php .htaccess admin.php index.ini index.php .htaccess admin.php index.ini 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 If there is no error, then what will the error() method return? 0 TRUE FALSE Empty String 0 TRUE FALSE Empty String ANSWER DOWNLOAD EXAMIANS APP