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 To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.php index.ini admin.php .htaccess index.php index.ini admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET admin.php GET index.php POST index.php POST admin.php GET admin.php GET index.php POST index.php 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 __________ database function.inc.php admin.php index.php database function.inc.php admin.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? MySQL None of these IBM DB/2 Microsoft SQL Server PostgreSQL MySQL None of these IBM DB/2 Microsoft SQL Server PostgreSQL ANSWER DOWNLOAD EXAMIANS APP