PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php .htaccess admin.php index.ini index.php .htaccess admin.php index.ini 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=mysql.dll extension=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? alloc() free() destroy() remover() alloc() free() destroy() remover() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .adminaccess .htmlaccess .htaccess .urlaccess .adminaccess .htmlaccess .htaccess .urlaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? Microsoft SQL Server None of these IBM DB/2 MySQL PostgreSQL Microsoft SQL Server None of these IBM DB/2 MySQL PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() new_rows() num_rows() changed_rows() affected_rows() new_rows() num_rows() changed_rows() ANSWER DOWNLOAD EXAMIANS APP