Skip to content

gityash56/Php-crud-operation-demo

Repository files navigation

Php-crud-operation

Php in insert , update , delete , display , search operation.

Be a part of the project by ⭐️(star) & ⑂(forking) this project.

PHP CRUD Demo

This is a simple PHP CRUD (Create, Read, Update, Delete) demo project that demonstrates basic database operations using PHP and MySQL.

Screenshot

php_crud_poster

Youtube

Youtube Live Video 👆

Features

  • Create, Read, Update, and Delete records in a MySQL database.
  • User-friendly interface.
  • PHP and MySQL used for backend operations.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • PHP 7.0 or higher
  • MySQL database server
  • Web server (e.g., Apache, Xampp , Wamp)

Installation

  1. Clone this repository.
  2. Create a MySQL database and import the database.sql file.
  3. Configure the database connection in config.php.
  4. Host the project on your web server.
  5. Access the project in your web browser.

Usage

  1. Visit the project in your web browser.
  2. Follow the on-screen instructions to perform CRUD operations.

License

This project is licensed under the MIT License - see the LICENSE file for details.