PHP Databases Handling ([w-]+) will match ___________ one or more word characters one or more word characters and hypens one or more word characters and/or hypens one word characters one or more word characters one or more word characters and hypens one or more word characters and/or hypens one word characters ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? #include ‘filename’; #include ; @include ‘filename’; include ‘filename’; #include ‘filename’; #include ; @include ‘filename’; include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() fetch_row() fetch() row() get_row() fetch_row() fetch() row() 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() connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini .htaccess admin.php index.php index.ini .htaccess admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which version of MySQL introduced the prepared statements? MySQL 4.3 MySQL 4.0 MySQL 4.1 MySQL 4.2 MySQL 4.3 MySQL 4.0 MySQL 4.1 MySQL 4.2 ANSWER DOWNLOAD EXAMIANS APP