PHP Databases Handling Which one of the following statements instantiates the mysqli class? mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() $mysqli->new.mysqli() mysqli->new.mysqli() mysqli = new mysqli() $mysqli = new mysqli() $mysqli->new.mysqli() 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_name (column_name column_type); CREATE TABLE table_name (column_type column_name); CREATE table_name (column_type column_name); CREATE TABLE table_name (column_name column_type); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Once your application can generate administrative links, you need to load those links into _________ index.ini php.ini start.php index.php index.ini php.ini start.php index.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ index.ini index.php .htaccess admin.php index.ini index.php .htaccess admin.php ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling ([w-]+) will match ___________ one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens one word characters one or more word characters and hypens one or more word characters one or more word characters and/or hypens 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.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl extension=php_mysqli.dl extension=php_mysqli.dll extension=mysql.dll extension=mysqli.dl ANSWER DOWNLOAD EXAMIANS APP