Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 505 Bytes

File metadata and controls

17 lines (14 loc) · 505 Bytes

php-crud

Simple CRUD (Create, Read, Update, Delete) with PHP, MySQL and Bootstrap.

#Latest Updates

  1. Add Dynamic Search features in Rekap rekap.php
  2. Add Export to Excel features export.php

Features

  1. PHP Function
  2. Validation form with jQuery
  3. PHP MySQL (add, edit, delete)
  4. Using of Bootstrap

How to run:

  1. Copy and Paste crudphp into htdocs folder.
  2. Import DB crud (crud.sql) to phpMyAdmin.
  3. Run from the browser via http://localhost/[project-directory]