/php-CRUD

Website written in PHP to implement CRUD Operations in MySQL Database.

Primary LanguagePHP

phpCRUD

Description

  • Code Snippets written in PHP(core) to demonstrate the CRUD operations in MySQL Database.
  • CRUD stands for Create,Read,Update,Delete.

Tasks

  • Task1 - Create
  • Task2 - Read
  • Task3 - Update
  • Task4 - Delete

Tasks Completed

  1. Creating Record in database using PHP form.

    Creating Record







  • Task1 - Create

  1. Reading the data from the database.

    Reading Data









  • Task1 - Create
  • Task2 - Read

  1. Updating data in the database.

    3.1. Click the UPDATE Button.

    3.2. User is then taken to a link with the ID as token and Data is fetched dynamically from the Database in the Update Form.

    3.3. Edit the Data in the Form. It then updates the data and takes us to the page where updated data is displayed.

  • Task1 - Create
  • Task2 - Read
  • Task3 - Update

  1. Deleting data from the database.

    4.1. Click the DELETE Button.

    4.2. ID is passed as token and Data is deleted from the database and user is redirected to see the updated Database.

  • Task1 - Create
  • Task2 - Read
  • Task3 - Update
  • Task4 - Delete