📘 EduAxis Study Centre Management System (Public Landing & Student Portal)
This is a HTML + PHP + MySQL based web application designed for students of a study centre. The system allows students to register, book slots, make payments, download receipts, and manage their profiles.
📂 Project Structure When unzipped correctly, the project should look like this: STUDY CENTRE MANAGEMENT SYSTEM/ │── HOME PAGE.php │── REGISTER_FORM.php │── LOGIN_FORM.php │── STUDENT_DASHBOARD.php │── SLOT_BOOKING.php │── BOOKING_CONFIRM.php │── WAITLIST_CONFIRM.php ( If booking goes to waitlist) │── PAYMENT_PORTAL.php │── SLOTS.php │── PAYMENT.php │── QR_CODE.php │── UPDATE_PROFILE.php │── DELETE_ACCOUNT.php │── LOGOUT.php │── EduAxis.sql │ ├── CSS/ ├── IMGS/ ├── INCLUDES/ └── TCPDF-main/
🔓 Unzip Required Folders
When you download this project, you’ll see the following folders are provided as ZIP files:
• CSS.zip
• IMGS.zip
• INCLUDES.zip
• TCPDF-main.zip
👉 Before running the project, please extract/unzip these files into the main project folder.
⚙️ Requirements • XAMPP (Apache) • PHP 7.4+ • MySQL 5.7 • Any modern web browser
🗄 Database Setup
- Open phpMyAdmin (http://localhost/phpmyadmin).
- Create a database: eduaxis
- Import EduAxis.sql
- Done ✅
🔑 Database Config Check INCLUDES/db.php and set credentials: • host = "localhost" • user = "root" • password = "" (set your own MySQL password if any) • db = "eduaxis"
🚀 Run the Project
- Copy the folder to htdocs (XAMPP).
- Start Apache.
- Visit in browser: http://localhost/STUDY%20CENTRE%20MANAGEMENT%20SYSTEM/HOME%20PAGE.php
📌 Key Features • Student registration / login / logout • Slot booking & waitlist management • Payment integration • PDF receipts using TCPDF • QR Code support • Update profile / delete account