News

This guide explains how to create a MySQL database and table using PHP and how to create them manually via phpMyAdmin using XAMPP stack.
The goal was to create a functional backend/database that could be used to look up flights, create reservations, and generate reports. The files include the SQL file with all code, a technical project ...