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’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. $_GET[‘admin’]. $_SET[‘admin’]. $_GET[‘url’]. $_SET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? FALSE 0 TRUE Empty String FALSE 0 TRUE Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ forward slash either nothing or a forward slash backward slash nothing forward slash either nothing or a forward slash backward slash nothing 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 __________ admin.php function.inc.php database index.php admin.php function.inc.php database 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 Microsoft SQL Server PostgreSQL IBM DB/2 MySQL None of these Microsoft SQL Server PostgreSQL IBM DB/2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl extension=mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=php_mysqli.dl ANSWER DOWNLOAD EXAMIANS APP