PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ function.inc.php index.php admin.php database function.inc.php index.php admin.php database 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=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? $mysqli->new.mysqli() $mysqli = new mysqli() mysqli->new.mysqli() mysqli = new mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli->new.mysqli() mysqli = new mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errorno() errornumber() errnumber() errno() errorno() errornumber() errnumber() errno() ANSWER DOWNLOAD EXAMIANS APP