PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() remover() alloc() destroy() free() remover() alloc() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.ini .htaccess index.php admin.php index.ini .htaccess index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query_send() send_query() query() sendquery() query_send() send_query() query() sendquery() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errnumber() errno() errornumber() errorno() errnumber() errno() errornumber() errorno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String 0 FALSE TRUE Empty String 0 FALSE TRUE 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_result() bind_param() bound_param() bound_result() bind_result() bind_param() bound_param() bound_result() ANSWER DOWNLOAD EXAMIANS APP