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
PHP Databases Handling Which of the methods are used to manage result sets using both associative and indexed arrays? get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() get_array() and get_row() fetch_array() and fetch_row() fetch_array() and fetch_column() get_array() and get_column() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling Which method rolls back the present transaction? undo() commit() back() rollback() undo() commit() back() rollback() ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling The (|/) tells the server to match ___________ backward slash forward slash nothing either nothing or a forward slash backward slash forward slash nothing either nothing or a forward slash ANSWER DOWNLOAD EXAMIANS APP
PHP Databases Handling To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________ .htaccess index.php index.ini admin.php .htaccess index.php index.ini admin.php 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 URL of the entry you are working with The current page and previous page URL of previous entry and previous page URL of previous entry and URL of the entry you are working with The current page and URL of the entry you are working with The current page and previous page URL of previous entry and previous page URL of previous entry and URL of the entry you are working with ANSWER DOWNLOAD EXAMIANS APP