PHP Databases Handling Which one of the following databases has PHP supported almost since the beginning? SQL Oracle Database MySQL SQL+ SQL Oracle Database MySQL SQL+ ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htmlaccess .adminaccess .htaccess .urlaccess .htmlaccess .adminaccess .htaccess .urlaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.ini index.php admin.php .htaccess index.ini index.php admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? commit() rollback() back() undo() commit() rollback() back() undo() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query_send() send_query() query() sendquery() query_send() send_query() query() 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=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP