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 one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htmlaccess .urlaccess .adminaccess .htaccess .htmlaccess .urlaccess .adminaccess .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() alloc() remover() destroy() free() alloc() remover() destroy() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errornumber() errnumber() errno() errorno() errornumber() errnumber() errno() errorno() ANSWER DOWNLOAD EXAMIANS APP