PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. 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=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Your confirmation form submits your choice, via the _______ method, to ________ POST admin.php GET admin.php POST index.php GET index.php POST admin.php GET admin.php POST index.php GET index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements can be used to select the database? $mysqli->select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); $mysqli=select_db(‘databasename’); $mysqli->select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); $mysqli=select_db(‘databasename’); 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? The current page and URL of the entry you are working with The current page and previous page URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with The current page and previous page URL of previous entry and previous page URL of previous entry and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements instantiates the mysqli class? $mysqli->new.mysqli() mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() $mysqli->new.mysqli() mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() ANSWER DOWNLOAD EXAMIANS APP