Skip to content

yohanawi/Simple-CRUD-using-PHP-and-MYSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD using PHP and MySQL

This repository contains a simple CRUD application implemented using PHP and MySQL. The application allows you to perform basic database operations such as creating, reading, updating, and deleting records.

Features

  • Create: Add new records to the database.
  • Read: Retrieve and display existing records from the database.
  • Update: Modify and update existing records in the database.
  • Delete: Remove records from the database.

Requirements

  • PHP [Version: 8.0.7]
  • MySQL [version 5.1.1]

Installation

  1. Clone the repository: git clone https://github.com/yohanawi/Simple-CRUD-using-PHP-and-MYSQL.git
  2. Create a new database in MySQL.
  3. Import the SQL file provided in the simple_curd directory to set up the necessary tables.
  4. Update the database connection settings in the connection.php file.
  5. Start your local server or web server.
  6. Open the application in your web browser.

Usage

  1. Launch the application in your web browser.
  2. Select the desired operation (Create, Read, Update, or Delete).
  3. Follow the on-screen instructions to perform the selected operation.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages