PHP Databases Handling If there is no error, then what will the error() method return? TRUE FALSE Empty String 0 TRUE FALSE Empty String 0 ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens one word characters one or more word characters one or more word characters and/or hypens one or more word characters and hypens 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 Which of the following DBMSs do not have a native PHP extension? IBM DB/2 None of these PostgreSQL MySQL Microsoft SQL Server IBM DB/2 None of these PostgreSQL MySQL Microsoft SQL Server 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 URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and URL of the entry you are working with The current page and previous page URL of previous entry and URL of the entry you are working with URL of previous entry and previous page The current page and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The ............. statement is used to delete a table. DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE DEL TABLE REMOVE TABLE DELETE TABLE DROP TABLE ANSWER DOWNLOAD EXAMIANS APP