Attempt any Eight questions.
[8*5=40]
4.
Write a PHP program to parse a CSV file. [5]
5.
Define error handling, error reporting and error suppression. [5]
6.
What is session? Write a PHP program for maintaining user data with sessions. [5]
7.
Write a PHP program to connect database and retrieve data from a table and display in a page. [5]
8.
How can you define class and object in PHP. Illustrate with example. [5]
9.
Write a PHP program that will read two input strings in variable fname and lname and display concatenation of fname and lname. [5]
10.
How can you define variable in PHP. Illustrate with example. [5]
11.
How conversion between array and variables is done? [5]
12.
Write a PHP program to illustrate string patterns using regular expression. [5]