A simple web-based course registration form built with HTML, CSS, JS, PHP, and MySQL. Students fill a multi-step form and the data is stored in a database. Includes a page to view all submissions.
๐ Live Demo
๐ Main Files
index.html โ Form UI style.css โ Styling script.js โ Multi-step logic db.php โ DB connection submit.php โ Insert data view_records.php โ View records
โถ How to Run Locally
- Install XAMPP
- Put the project folder inside: htdocs/
- Create a database in phpMyAdmin and import your SQL file
- Update database details in db.php
- Start Apache & MySQL in XAMPP
- Open in browser: http://localhost/your-folder-name/
๐ Deployment (Free Hosting)
- Upload all project files to hosting (InfinityFree / 000webhost)
- Create a database in the hosting panel
- Update online DB credentials in db.php
- Open your live URL โ your project is ready online
๐จโ๐ป Author: Shreshta shetty