Description
Create a Bus Reservation system:
Create a system using ONLY PHP and MySQL to show tickets available for 1 bus service from New York to Boston. A user should be able to select a seat, following which the system should accept the user`s information like name and email and allow the user to book the bus seat. Once booked – reduce the total available seats count for that bus.
Solution must include all .sql and .php files along with user demo.