PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? end() close() finish() final() end() close() finish() final() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; include ‘filename’; #include ; @include ‘filename’; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? rollback() commit() undo() back() rollback() commit() undo() back() 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_result() bind_param() bound_param() bind_result() bound_result() bind_param() bound_param() bind_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MAX SUM CURRENT_DATE() MIN AVG MAX SUM CURRENT_DATE() MIN 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