A basic CRUD (Create, Read, Update, Delete) system implemented using PHP for backend logic and Bootstrap for the frontend design.
Features
- Create: Add new records to the database.
- Read: View and retrieve existing records from the database.
- Update: Modify and update records in the database.
- Delete: Remove unwanted records from the database.
Technologies
- PHP: Used for server-side scripting and handling backend logic.
- Bootstrap: Used for building a responsive and visually appealing user interface.
- MySQL: Relational database management system for storing and retrieving data.
Requirements
- Web server (e.g., Apache, Nginx)
- PHP (>= 7.0)
- MySQL or any other relational database
Installation
- Clone the repository:
bashgit clone https://github.com/kimkorngmao/crud-with-php.git
-
Set up your web server to point to the project directory.
-
Create a database and import the provided SQL file (
healpers/database.sql
) to set up the required tables.
Usage
-
Open the application in your web browser.
-
Navigate through the CRUD operations using the provided user interface.