PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? PostgreSQL MySQL Microsoft SQL Server None of these IBM DB/2 PostgreSQL MySQL Microsoft SQL Server None of these IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.1 MySQL 4.0 MySQL 4.2 MySQL 4.3 MySQL 4.1 MySQL 4.0 MySQL 4.2 MySQL 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_errno() mysqli_connect_errno() connect_error() mysqli_connect_error() connect_errno() mysqli_connect_errno() connect_error() mysqli_connect_error() 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=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php index.php index.ini .htaccess admin.php index.php index.ini .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ backward slash either nothing or a forward slash forward slash nothing backward slash either nothing or a forward slash forward slash nothing ANSWER DOWNLOAD EXAMIANS APP