PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() query_send() query() send_query() sendquery() query_send() query() send_query() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Use the .............. to delete the data inside the table, and not the table itself? TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE TRUNCATE TABLE DROP TABLE DELETE TABLE REMOVE TABLE ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysql_connect() function mysqlconnect() function sql_connect() function mysql-connect() function mysql_connect() function mysqlconnect() function sql_connect() function mysql-connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htmlaccess .urlaccess .adminaccess .htaccess .htmlaccess .urlaccess .adminaccess .htaccess 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=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll ANSWER DOWNLOAD EXAMIANS APP