Skip to content

codingWithElias/php-crud-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CRUD Project

Overview

This project is a simple CRUD (Create, Read, Update, Delete) web application built using PHP and MySQL. The system allows users to manage a list of users. You can add, view, edit, and delete user records.

Features

  • Add new user records
  • View all users
  • Update user details
  • Delete user records

Technologies

  • Frontend: HTML, CSS
  • Backend: PHP
  • Database: MySQL

Full Video Tutorial

Setup Instructions

  1. Clone the repository.
  2. Create a MySQL database and import the crud_db.sql file.
  3. Update db_conn.php with your database credentials.
  4. Run the project on your local server (XAMPP, WAMP, etc.).
  5. Access the app at http://localhost/php-crud/.

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