PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters and hypens one or more word characters and/or hypens one or more word characters one word characters one or more word characters and hypens one or more word characters and/or hypens one or more word characters 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() changed_rows() new_rows() num_rows() affected_rows() changed_rows() new_rows() 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 ; include ‘filename’; #include ‘filename’; @include ‘filename’; #include ; include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .adminaccess .htaccess .htmlaccess .urlaccess .adminaccess .htaccess .htmlaccess 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_error() mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() connect_error() ANSWER DOWNLOAD EXAMIANS APP