PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 MySQL 4.2 MySQL 4.0 MySQL 4.3 MySQL 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET index.php GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php 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=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=mysqli.dl extension=php_mysqli.dl extension=mysql.dll extension=php_mysqli.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? num_rows() affected_rows() new_rows() changed_rows() num_rows() affected_rows() new_rows() changed_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ start.php php.ini index.ini index.php start.php php.ini index.ini index.php 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? mysqli_connect_errno() mysqli_connect_error() connect_errno() connect_error() mysqli_connect_errno() mysqli_connect_error() connect_errno() connect_error() ANSWER DOWNLOAD EXAMIANS APP