You are on page 1of 1

1. Cover page (P).

2. Introduction to PHP(H).
3. Discuss operator, Control Structures(H).
4. Discuss Associative Array and Global Variable (H).
5. Write down Step to Connect PHP with MySQL (H).
6. Write PHP Program to (P/H)
a. Display multiplication table of 23
b. Demonstrate Associative Array
c. Input User Detail (name, email, and address, mobile) using
form and display to other page.
d. Display users record by retrieving data from user table.
e. Create login form check to database if success, move to home
page otherwise display error message also use session.
f. Update address to “baneshwor” whose email address is
ram@gmail.com.
g. Delete user record whose email is “sita@gmail.com”.
7. Conclusion (H).

You might also like