PHP Question Bank (1)
PHP Question Bank (1)
4 Marks
1. Write a program in PHP to display numbers from 1-10 in a sequence using for loop.
2. Explain Indexed array and Associative array with suitable example.
3. Define function .How to define user defined function in PHP? Explain with example.
4. Write a program to create associative array in PHP.
5. Explain Different loops in PHP with example.
6. Explain Constructor with example.
7. Define Serialization and explain it with example.
8. Explain Method Overloading with example.