Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() new_rows() num_rows() changed_rows() TRUE ANSWER : ? YOUR ANSWER : ?
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 __________ index.php admin.php database function.inc.php TRUE ANSWER : ? YOUR ANSWER : ?
The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htmlaccess .urlaccess .adminaccess .htaccess TRUE ANSWER : ? YOUR ANSWER : ?
Your confirmation form submits your choice, via the _______ method, to ________ GET index.php GET admin.php POST index.php POST admin.php TRUE ANSWER : ? YOUR ANSWER : ?
Once your application can generate administrative links, you need to load those links into _________ start.php php.ini index.php index.ini TRUE ANSWER : ? YOUR ANSWER : ?
In PHP in order to access MySQL database you will use: mysql_connect() function mysql-connect() function sql_connect() function mysqlconnect() function TRUE ANSWER : ? YOUR ANSWER : ?
The ............. statement is used to delete a table. DROP TABLE DELETE TABLE REMOVE TABLE DEL TABLE TRUE ANSWER : ? YOUR ANSWER : ?
In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.0 PHP 5.3 PHP 5.2 PHP 5.1 TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?
The updated MySQL extension released with PHP 5 is typically referred to as. mysql mysqli MySQL mysqly TRUE ANSWER : ? YOUR ANSWER : ?