Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

BCA-IV SEM

WEB PROGRAMMING USING PHP


PART A
S No LIST OF PROGRAMS Page No
01 Write a PHP program to validate Membership form.
02 Write a PHP program to design the admission form
and do the necessary validation.
03 Write a PHP program to generate the bill in a neat
format. (Select the items and the quantity required).
04 Write a PHP program to design the current month
calendar and highlight Today’s Date.
05 Write a PHP program to accept item names and
prices as string and segregate them by using arrays
then find the Costliest item and Cheaper item.
06 Write a PHP program to generate Voter ID.
PART B
01 Write a PHP program to generate a Report Card of a
student using class and constructor.
02 Write a PHP program to calculate salary of a Part
Time or Full Time employee using inheritance
concept.
03 Write a PHP program to create Cookies and display
Cookies information.

04 Write a PHP program to find the New user and


Repeated user using Session.

05 Write a PHP program to demonstrate function


overriding.

06 Write a PHP Program to implement user defined


Exception.
PART C
01 Write a PHP program to insert items and to display
the table content.
02 Write a PHP program to store the Passport details
into the database.
03 Develop a shopping webpage using PHP by
implementing database.
04 Develop a webpage to book the room in a hotel using
PHP by implementing Database.

You might also like