A simple web-based bus ticket booking system built using PHP, HTML, and CSS. This project allows users to log in, view available routes, and proceed with ticket booking. Ideal for learning the basics of web development with PHP.
- ✅ Login system with hardcoded username & password
- ✅ Styled and responsive layout with background image
- ✅ Route selection interface
- ✅ Booking confirmation page
- ✅ Clean UI using HTML & CSS
Use the following credentials to access the booking system:
- Username:
sahititheboss - Password:
1234567890
- Frontend: HTML5, CSS3
- Backend: PHP 7+
- Server: Apache (XAMPP/LAMP/WAMP)
- Optional: JavaScript (for dynamic form validation or interactivity)
- Clone or download the project files.
- Place the folder in your web server directory:
- XAMPP:
htdocs/
- XAMPP:
- Start Apache server.
- Open browser and go to: http://localhost/mini%20project/index.php
- Log in with the default credentials and begin booking.
- Add JavaScript for real-time form validation
- Connect to MySQL for dynamic routes and user data
- Implement session management and logout
- Add user registration and hashed password storage
- Create an admin panel to manage buses and bookings
Developed by [Bhukya Sahiti]
For demo/academic purposes only.
This project is open-source and free to use for educational purposes.