Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

php_qb

The document outlines programming concepts and tasks related to PHP, including object cloning, introspection, serialization, method overriding, and constructors. It also covers web development topics such as GET and POST methods, session and cookie management, and form handling. Additionally, it discusses database operations with MySQL, including connection, data manipulation, and querying.

Uploaded by

saeedarwatkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

php_qb

The document outlines programming concepts and tasks related to PHP, including object cloning, introspection, serialization, method overriding, and constructors. It also covers web development topics such as GET and POST methods, session and cookie management, and form handling. Additionally, it discusses database operations with MySQL, including connection, data manipulation, and querying.

Uploaded by

saeedarwatkar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Chapter 3 (CO 3)

1. Write a program for cloning of an object.


2. Define Introspection and explain methods of it with suitable example.
3. Explain the concept of Serialization with example.
4. Explain the concept of overriding in detail.
5. Elaborate the following: __call() and __callstatic() [Or Method Overloading]
6. Define constructor and Destructor with example.
7. Explain types of constructor with example
8. Define inheritance and its types
9. Explain single, Multilevel, Hierarchical inheritance with example
10. How multiple inheritance is achieved in PHP or Explain interface with example.
11. Create a class as “Percentage” with two properties length & width. Calculate area
of rectangle for two objects

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.

You might also like