php_qb
php_qb
Chapter 4 (CO 4)
1. Explain GET and POST methods in detail with example.
2. Differentiate between Session and Cookies.
3. Define session and cookie. Explain use of session start.
4. Answer the following: i) start session ii) Get session variables ii) Destroy session
5. Create Employee form like Employee_name, Address, Mobile_no, Date of birth,
Post and Salary using different form input element and display user inserted values
in new PHP form.
6. Explain web page validation with example.
7. State the use of Cookies.
8. Explain how to create, modify and delete/destroy cookies in PHP.
9. Explain mail () function in PHP with example.
Chapter 5 (CO 5)
1. Write syntax of Connecting PHP Webpage with MySQL
2. List out the database operations.
3. Write Update and Delete operations on table data
4. Explain Inserting and Retrieving the query result operations
5. Write a program to connect PHP with MySQL
6. Elaborate the following: ii) mysqli_connect()
7. List any four data types in MySQL.