PHP Databases Handling The (|/) tells the server to match ___________ backward slash nothing either nothing or a forward slash forward slash backward slash nothing either nothing or a forward slash forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() mysqli = new mysqli() mysqli->new.mysqli() $mysqli->new.mysqli() $mysqli = new mysqli() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? rollback() undo() back() commit() rollback() undo() back() commit() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ GET admin.php POST index.php POST admin.php GET index.php GET admin.php POST index.php POST admin.php GET index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE 0 TRUE Empty String FALSE 0 TRUE Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one or more word characters and/or hypens one or more word characters one or more word characters and hypens one word characters one or more word characters and/or hypens one or more word characters one or more word characters and hypens one word characters ANSWER DOWNLOAD EXAMIANS APP