PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 PHP 5.2 PHP 5.0 PHP 5.3 PHP 5.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? changed_rows() num_rows() new_rows() affected_rows() changed_rows() num_rows() new_rows() affected_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bound_result() bind_param() bound_param() bind_result() bound_result() bind_param() bound_param() bind_result() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess 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
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.ini start.php index.php php.ini index.ini start.php index.php php.ini ANSWER DOWNLOAD EXAMIANS APP