PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query() send_query() sendquery() query_send() query() send_query() sendquery() query_send() 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’]. $_SET[‘admin’]. $_GET[‘url’]. $_GET[‘admin’]. $_SET[‘url’]. $_SET[‘admin’]. $_GET[‘url’]. $_GET[‘admin’]. 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_column() fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() get_array() and get_column() fetch_array() and fetch_column() get_array() and get_row() fetch_array() and fetch_row() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.3 PHP 5.1 PHP 5.0 PHP 5.2 PHP 5.3 PHP 5.1 PHP 5.0 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ admin.php .htaccess index.ini index.php admin.php .htaccess index.ini index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() final() finish() end() close() final() finish() end() ANSWER DOWNLOAD EXAMIANS APP