PHP Databases Handling When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________ function.inc.php index.php database admin.php function.inc.php index.php database admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN CURRENT_DATE() SUM MAX AVG MIN CURRENT_DATE() SUM MAX AVG ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String FALSE TRUE 0 Empty String FALSE TRUE 0 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() mysqli_connect_error() connect_error() mysqli_connect_errno() connect_errno() mysqli_connect_error() connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query() query_send() send_query() sendquery() query() query_send() send_query() ANSWER DOWNLOAD EXAMIANS APP
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