PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; 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.3 PHP 5.1 PHP 5.0 PHP 5.2 PHP 5.3 PHP 5.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE TRUNCATE TABLE DELETE TABLE REMOVE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htaccess .htmlaccess .urlaccess .adminaccess .htaccess .htmlaccess .urlaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_param() bind_param() bound_result() bind_result() bound_param() bind_param() bound_result() bind_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? commit() undo() rollback() back() commit() undo() rollback() back() ANSWER DOWNLOAD EXAMIANS APP