A simple, lightweight web application to log and manage technical service requests. Built using HTML, PHP, and MySQL. Designed as a student project to demonstrate front-end and back-end integration.
- Submit service requests via a form
- View and accept services
- Connects to a MySQL database to store service information
- HTML, CSS
- PHP
- MySQL
- Clone the repo.
- Import
mydb.sql
into your local MySQL server. - Edit
dbcon.php
with your DB credentials. - Run on localhost using XAMPP or any PHP server.
This project is licensed under the MIT License.