PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .adminaccess .urlaccess .htmlaccess .htaccess .adminaccess .urlaccess .htmlaccess .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? AVG MAX MIN CURRENT_DATE() SUM AVG MAX MIN CURRENT_DATE() SUM ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errornumber() errnumber() errorno() errno() errornumber() errnumber() errorno() errno() 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() new_rows() affected_rows() changed_rows() num_rows() new_rows() affected_rows() changed_rows() ANSWER DOWNLOAD EXAMIANS APP
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 In PHP in order to access MySQL database you will use: mysql-connect() function sql_connect() function mysql_connect() function mysqlconnect() function mysql-connect() function sql_connect() function mysql_connect() function mysqlconnect() function ANSWER DOWNLOAD EXAMIANS APP