PHP Databases Handling
When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________

function.inc.php
database
admin.php
index.php

ANSWER DOWNLOAD EXAMIANS APP

PHP Databases Handling
Which one of the following statements is used to create a table?

CREATE TABLE table_name (column_type column_name);
CREATE TABLE table_name (column_name column_type);
CREATE table_name (column_name column_type);
CREATE table_name (column_type column_name);

ANSWER DOWNLOAD EXAMIANS APP