Attempt any Eight questions.
[8*5=40]
4.
How can you remove and insert elements in an array? Explain by writing a PHP program using array_splice() for inserting and removing elements in an array. [5]
5.
How is the approximate equality of two strings done in PHP? Write a program to demonstrate it. [5]
6.
Write a PHP program to demonstrate the concept of inheritance. [5]
7.
What is a cookie? Write PHP program to create cookie. [5]
8.
Define error reporting and error suppression with examples. [5]
9.
Write a PHP program to write on a file. [5]
10.
Write a PHP program to illustrate the use of exception handling. [5]
11.
Differentiate anonymous function from variable function. [5]
12.
Write a PHP program to access properties and methods of a class. [5]