PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE REMOVE TABLE DROP TABLE DELETE TABLE TRUNCATE TABLE REMOVE TABLE DROP TABLE DELETE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.php index.ini start.php php.ini index.php index.ini start.php php.ini ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysql-connect() function mysqlconnect() function mysql_connect() function sql_connect() function mysql-connect() function mysqlconnect() function mysql_connect() function sql_connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and previous page The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htaccess .urlaccess .htmlaccess .adminaccess .htaccess .urlaccess .htmlaccess .adminaccess ANSWER DOWNLOAD EXAMIANS APP