PHP Databases Handling Which of the following methods is used to execute the statement after the parameters have been bound? bind_param() bind_result() bound_param() bound_result() bind_param() bind_result() bound_param() bound_result() 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 To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.php index.ini .htaccess admin.php index.php index.ini .htaccess admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements should be used to include a file? @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; @include ‘filename’; include ‘filename’; #include ; #include ‘filename’; ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling If there is no error, then what will the error() method return? 0 FALSE TRUE Empty String 0 FALSE TRUE Empty String ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following methods is responsible for sending the query to the database? query_send() send_query() sendquery() query() query_send() send_query() sendquery() query() ANSWER DOWNLOAD EXAMIANS APP