PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.3 PHP 5.1 PHP 5.0 PHP 5.2 PHP 5.3 PHP 5.1 PHP 5.0 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errorno() errno() errornumber() errnumber() errorno() errno() errornumber() errnumber() ANSWER DOWNLOAD EXAMIANS APP
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 ([w-]+) will match ___________ one or more word characters and/or hypens one word characters one or more word characters one or more word characters and hypens one or more word characters and/or hypens one word characters one or more word characters one or more word characters and hypens ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini .htaccess index.php admin.php index.ini .htaccess index.php admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MAX SUM MIN AVG CURRENT_DATE() MAX SUM MIN AVG CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP