PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? mysqli_connect_error() connect_error() connect_errno() mysqli_connect_errno() mysqli_connect_error() connect_error() connect_errno() mysqli_connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN AVG CURRENT_DATE() SUM MAX MIN AVG CURRENT_DATE() SUM MAX ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? free() remover() destroy() alloc() free() remover() destroy() alloc() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() sendquery() send_query() query_send() query() sendquery() send_query() query_send() 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.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
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