You are on page 1of 2

INDEX

Page
Sr. No Date Query Sign.
No.
Q1 05-09-2022 Create a web page using PHP which 1
accept item informationlike item To
name, item type, andquantity from 5
the customer which gives the facility
of placing the order. Also give
facility of displaying order
according to order no.
Q2 05-09-2022 Create a web page using PHP which 6
accept ticket booking information like To
client_name, source, destination, 9
address, nos. Of passenger travelling,
travelling date and train number. Store
these records using mySQLdatabase.
Provide insert and
navigation options.
Q3 05-09-2022 Create a web page using PHP which 10
accepts student information like roll To
no, name,age, city and 13
phone_number.
Store these records in mySQL
database. Provide insert, updateby roll
no. & view options.

Q4 05-09-2022 Create web pages which accept book 14


details like book_code, book_name, To
author_name, cost, ISBN_No. Create 18
database and provide facility to
updating bookby book_code and
searching by
book_name and author_name
Q5 05-09-2022 Create a website for online mobile 19
shopping of different companies. This To
website displaysdifferent mobiles with 22
their prices. (Company, Model Name,
price, etc.) Admin can add or remove
mobiles. Customer can search mobile
according to price.
Also provide proper validations.

Q6 05-09-2022 Create a web page for AMAZON


that gives order details and status 23
Tp
of order according to the order no. 23
given by customer. Give
appropriate validations. Also give
facility for viewing past orders by
date. (Tables : cust_mast,
item_mast, order_mast,
order_detail)

Q7 05-09-2022 Create a registration page for 23


matrimony website with all required To
validations. Fields arelike 28
person_name, city, mobno,cast,
subcast, gender, qualification, etc.
Also give facility of searching records
by
city and cast. Use concept ofsession.

Q8 05-09-2022 Create a website for particular 28


hotel. Customer can book rooms TO
28
using this website and also view
status of available rooms. Admin
can add room detail in this
website. (Tables: Room_Mast,
Booking, Cust_Mast)

You might also like