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 The URLs in the administrative links won’t mean anything to admin.php unless you modify _________ .htaccess .htmlaccess .adminaccess .urlaccess .htaccess .htmlaccess .adminaccess .urlaccess ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which one of the following statements is used to create a table? CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_name column_type); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which of the following DBMSs do not have a native PHP extension? IBM DB/2 Microsoft SQL Server MySQL None of these PostgreSQL IBM DB/2 Microsoft SQL Server MySQL None of these PostgreSQL ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ php.ini index.ini start.php index.php php.ini index.ini start.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling In PHP in order to access MySQL database you will use: mysqlconnect() function mysql-connect() function sql_connect() function mysql_connect() function mysqlconnect() function mysql-connect() function sql_connect() function mysql_connect() function ANSWER DOWNLOAD EXAMIANS APP