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.