PHP Databases Handling Which one of the following methods is used to recuperating prepared statements resources? close() end() final() finish() close() end() final() finish() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements can be used to select the database? $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); $mysqli->select_db(‘databasename’); $mysqli=select_db(‘databasename’); mysqli->select_db(‘databasename’); mysqli=select_db(‘databasename’); 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.dll extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dl extension=php_mysqli.dll extension=mysqli.dl extension=mysql.dll extension=php_mysqli.dl 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? The current page and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and previous page The current page and URL of the entry you are working with URL of previous entry and URL of the entry you are working with URL of previous entry and previous page ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? Empty String 0 TRUE FALSE Empty String 0 TRUE FALSE 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