Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.07 KB

Description

This repository contains a PHP project for managing student information using MySQL database with CRUD (Create, Read, Update, Delete) operations.
The project includes multiple files:
♡   add.php : Allows creating a new student record in the database.
♡   index.php : Displays a table with a list of all students in the database.
♡   edit.php : Allows editing student information.
♡   delete.php : Allows deleting a student record with a confirmation message.
♡   db.php : Handles database connection.
♡   header.php : Displays a navigation menu with links to home and add student pages.
♡   create_db.sql : Initializes the 'mydb' database and 'student' table, and inserts sample student records.

The project demonstrates the use of PHP Data Object (PDO) for database operations and integrates with Bootstrap for styling.

Screenshots