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 __________ admin.php database index.php function.inc.php admin.php database index.php function.inc.php 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 Which method rolls back the present transaction? back() rollback() undo() commit() back() rollback() undo() commit() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE 0 Empty String TRUE FALSE 0 Empty String TRUE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling SQL is not case sensitive. SELECT is the same as select. True False True False ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. MySQL mysqly mysqli mysql MySQL mysqly mysqli mysql ANSWER DOWNLOAD EXAMIANS APP