Which one of the following methods recuperates any memory consumed by a result set? remover() alloc() destroy() free() TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following methods is responsible for sending the query to the database? send_query() sendquery() query() query_send() TRUE ANSWER : ? YOUR ANSWER : ?
The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .adminaccess .htaccess .urlaccess .htmlaccess TRUE ANSWER : ? YOUR ANSWER : ?
Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_column() fetch_array() and fetch_column() fetch_array() and fetch_row() get_array() and get_row() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following DBMSs do not have a native PHP extension? IBM DB/2 PostgreSQL MySQL Microsoft SQL Server None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not an SQL aggregate function? SUM CURRENT_DATE() MIN AVG MAX TRUE ANSWER : ? YOUR ANSWER : ?
([w-]+) will match ___________ one or more word characters and hypens one word characters one or more word characters and/or hypens one or more word characters TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? affected_rows() changed_rows() new_rows() num_rows() 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 The current page 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 TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?