[go: up one dir, main page]

0% found this document useful (0 votes)
69 views1 page

Repeated PHP Questions

Computer engineering

Uploaded by

Pranay Dhole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Repeated PHP Questions

Computer engineering

Uploaded by

Pranay Dhole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Most Commonly Repeated PHP Questions

2 Marks Questions

- List any four data types in PHP.


- What is an array? How to store data in an array?
- List types of inheritance in PHP.
- What is the use of cookies and how to destroy them?
- Write syntax of PHP.
- How to create a session variable in PHP?
- Define GET and POST methods.

4 Marks Questions

- Define introspection with example.


- Write a PHP program to clone an object.
- Write steps to create a database using PHP.
- Explain user-defined function with example.
- Explain the use of break and continue with examples.
- Explain associative and indexed arrays with examples.
- Difference between GET and POST methods.
- Define and explain session and cookie.
- Explain update and delete operations in PHP.
- Validate user input in PHP (Name, Email, Phone, etc.).

6 Marks Questions

- Write PHP program to connect to MySQL.


- Illustrate class inheritance in PHP with an example.
- Write a PHP program to set and modify cookies.
- Write PHP code to calculate string length and count words.
- Write a PHP program for serialization and insert data into database.

You might also like