PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php GET index.php GET admin.php POST admin.php POST index.php GET index.php GET admin.php POST admin.php 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() affected_rows() changed_rows() num_rows() new_rows() affected_rows() changed_rows() num_rows() 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_error() connect_errno() mysqli_connect_error() mysqli_connect_errno() connect_error() connect_errno() mysqli_connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ nothing backward slash either nothing or a forward slash forward slash nothing backward slash either nothing or a forward slash forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php admin.php index.ini .htaccess index.php admin.php index.ini .htaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query_send() query() sendquery() send_query() query_send() query() sendquery() send_query() ANSWER DOWNLOAD EXAMIANS APP