PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_SET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? include ‘filename’; @include ‘filename’; #include ‘filename’; #include ; include ‘filename’; @include ‘filename’; #include ‘filename’; #include ; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. REMOVE TABLE DELETE TABLE DROP TABLE DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE DEL TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL None of these Microsoft SQL Server MySQL IBM DB/2 PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: sql_connect() function mysqlconnect() function mysql_connect() function mysql-connect() function sql_connect() function mysqlconnect() function mysql_connect() function mysql-connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST index.php GET index.php POST admin.php GET admin.php POST index.php GET index.php POST admin.php GET admin.php ANSWER DOWNLOAD EXAMIANS APP