PHP Databases Handling Which one of the following statements should be used to include a file? #include ; #include ‘filename’; include ‘filename’; @include ‘filename’; #include ; #include ‘filename’; include ‘filename’; @include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and hypens one or more word characters one word characters one or more word characters and/or hypens one or more word characters and hypens one or more word characters one word characters one or more word characters and/or hypens 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? new_rows() changed_rows() affected_rows() num_rows() new_rows() changed_rows() affected_rows() num_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini index.php .htaccess admin.php index.ini index.php .htaccess admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: sql_connect() function mysqlconnect() function mysql_connect() function mysql-connect() function sql_connect() function mysqlconnect() function mysql_connect() function mysql-connect() function ANSWER DOWNLOAD EXAMIANS APP