PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? remover() free() destroy() alloc() remover() free() destroy() alloc() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() num_rows() changed_rows() new_rows() affected_rows() num_rows() changed_rows() new_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? TRUE Empty String FALSE 0 TRUE Empty String FALSE 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_column() get_array() and get_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing forward slash backward slash either nothing or a forward slash nothing forward slash backward slash either nothing or a forward slash ANSWER DOWNLOAD EXAMIANS APP