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=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.2 MySQL 4.0 MySQL 4.1 MySQL 4.3 MySQL 4.2 MySQL 4.0 MySQL 4.1 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 one of the following methods is used to recuperating prepared statements resources? final() finish() end() close() final() finish() end() close() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MIN MAX SUM CURRENT_DATE() AVG MIN MAX SUM CURRENT_DATE() ANSWER DOWNLOAD EXAMIANS APP