PHP-CRUDE

PHP and Bootstrap CRUD Application

This is a simple CRUD (Create, Read, Update, Delete) application implemented using PHP and Bootstrap. The application allows you to manage user information, including name, email, number, and address.

Features

Technologies Used

Setup Instructions

  1. Database Configuration:
    • Create a MySQL database with the name “practice”.
    • Update the database connection details in the PHP code (edit.php).
  2. Run the Application:
    • Deploy the files to a web server (e.g., Apache, Nginx).
    • Open the application in a web browser.
  3. Usage:
    • Navigate to the application to view and manage user information.

Code Structure

How to Contribute

If you find any issues or have improvements to suggest, please feel free to open an issue or create a pull request.

Happy Coding!