PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? sendquery() send_query() query_send() query() sendquery() send_query() query_send() query() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function mysql_connect() function mysql-connect() function sql_connect() function mysqlconnect() function mysql_connect() function mysql-connect() function sql_connect() function ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods can be used to diagnose and display information about a MySQL connection error? connect_error() connect_errno() mysqli_connect_errno() mysqli_connect_error() connect_error() connect_errno() mysqli_connect_errno() mysqli_connect_error() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling When you are building administrative links you’ll need to accept two arguments, which of the following are they? 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 The current page and previous page URL of previous entry 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 The current page and previous page URL of previous entry and previous page 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=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php admin.php index.ini .htaccess index.php admin.php index.ini .htaccess ANSWER DOWNLOAD EXAMIANS APP