Online Salon Booking System using PHP and MySQL.
- User Registration & Login
- Booking System (Select service, date, and time)
- Admin Dashboard (Manage bookings & services)
- Service Listings (Haircuts, facials, etc.)
- Appointment Confirmation & Status
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, MySQL
- Database: MySQL (Tables for users, services, and bookings)
- users table (id, name, email, password)
- services table (id, name, price, duration)
- bookings table (id, user_id, service_id, date, time, status)
- Registration & login system with hashed passwords
- User session management
- Display available services
- Form to select service, date, and time
- Insert booking into the database
- View & manage appointments
- Approve or cancel bookings
- Add/edit salon services
- Send booking confirmation via email
- Notify users about appointment status