PHP Databases Handling Which one of the following methods recuperates any memory consumed by a result set? destroy() remover() free() alloc() destroy() remover() free() alloc() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced? PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 PHP 5.2 PHP 5.1 PHP 5.3 PHP 5.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? @include ‘filename’; #include ; include ‘filename’; #include ‘filename’; @include ‘filename’; #include ; include ‘filename’; #include ‘filename’; 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[‘admin’]. $_GET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. $_SET[‘admin’]. $_GET[‘admin’]. $_SET[‘url’]. $_GET[‘url’]. ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The updated MySQL extension released with PHP 5 is typically referred to as. mysqli MySQL mysql mysqly mysqli MySQL mysql mysqly ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? end() final() close() finish() end() final() close() finish() ANSWER DOWNLOAD EXAMIANS APP