🏫 EduAxis Study Centre Management System (Admin Portal) This is the Admin Panel of the Study Centre Management System, built with HTML + PHP + MySQL. Admins can manage students, track attendance, handle payments, generate reports, and oversee operations.
📂 Project Structure When unzipped correctly, the project should look like this: ADMIN STUDY CENTRE/ │── WELCOME PAGE.php │── REGISTER_FORM.php │── LOGIN_FORM.php │── ADMIN DASHBOARD.php │── SLOTS.php │── PAYMENT.php │── WAITLIST.php │── USERS.php │── CUSTOMER SUGGESTIONS.php │── REPORTS.php │── ADMIN_ATTENDANCE.php │── MOVEMENTS.php │── QR_SCAN.php │── UPDATE_PROFILE.php │── DELETE_ACCOUNT.php │── LOGOUT.php │ ├── 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/ADMIN%20STUDY%20CENTRE/WELCOME%20PAGE.php
📌 Key Features • Admin dashboard • Manage student accounts • Slot & attendance management • Payment tracking • Generate receipts & reports (PDF) • QR code scanning • View customer suggestions