PHP Databases Handling Which method returns the error code generated from the execution of the last MySQL function? errno() errornumber() errnumber() errorno() errno() errornumber() errnumber() errorno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. False True False True ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php POST admin.php POST index.php GET index.php GET admin.php POST admin.php POST index.php GET index.php 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? connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() connect_error() mysqli_connect_error() mysqli_connect_errno() connect_errno() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? TRUE FALSE 0 Empty String TRUE FALSE 0 Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? fetch_array() and fetch_column() get_array() and get_column() fetch_array() and fetch_row() get_array() and get_row() fetch_array() and fetch_column() get_array() and get_column() fetch_array() and fetch_row() get_array() and get_row() ANSWER DOWNLOAD EXAMIANS APP