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=php_mysqli.dl extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dll extension=php_mysqli.dl extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dll 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? affected_rows() num_rows() changed_rows() new_rows() affected_rows() num_rows() changed_rows() new_rows() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); 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 php.ini index.php index.ini start.php php.ini index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘admin’]. $_SET[‘url’]. $_GET[‘admin’]. $_GET[‘url’]. $_SET[‘admin’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following is not an SQL aggregate function? MIN MAX CURRENT_DATE() SUM AVG MIN MAX CURRENT_DATE() SUM AVG ANSWER DOWNLOAD EXAMIANS APP