PHP Databases Handling The ............. statement is used to delete a table. DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE DROP TABLE REMOVE TABLE DELETE TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? get_row() fetch_row() fetch() row() get_row() fetch_row() fetch() row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_SET[‘admin’]. ANSWER DOWNLOAD EXAMIANS APP
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