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
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=php_mysqli.dl extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php index.ini admin.php .htaccess index.php index.ini admin.php .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Transactions are used to treat sets of SQL statements atomically. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php GET index.php POST admin.php POST index.php GET admin.php GET index.php POST admin.php POST index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MAX AVG MIN CURRENT_DATE() SUM MAX AVG MIN CURRENT_DATE() SUM ANSWER DOWNLOAD EXAMIANS APP