Q.1
Which of the methods are used to manage result sets using both associative and indexed arrays?
Q.2
The (|/) tells the server to match ___________
Q.3
([w-]+) will match ___________
Q.4
Which one of the following statements instantiates the mysqli class?
Q.5
Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query?
Q.6
Which one of the following statements can be used to select the database?
Q.7
Which one of the following methods can be used to diagnose and display information about a MySQL connection error?
Q.8
Which method returns the error code generated from the execution of the last MySQL function?
Q.9
If there is no error, then what will the error() method return?
Q.10
You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one.
Q.11
To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________
Q.12
Your confirmation form submits your choice, via the _______ method, to ________
Q.13
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 __________
Q.14
Which of the following DBMSs do not have a native PHP extension?
0 h : 0 m : 1 s