Advanced CRUD Application
Create, read, update, and delete records with PHP
Instant Download
Lifetime Access & Updates
User Guide
30-Day Money-Back Guarantee
Screenshots
Overview
The Advanced CRUD Application is a ready-made PHP CRUD script: create, read, update, and delete MySQL records through a clean, searchable data table. One payment, full source code, no restrictions.
Records live in a sortable, paginated table with search, bulk actions for editing, deleting, or exporting several records at once, and CSV import and export for moving data between environments. Point it at your own table structure and adapt away: the SQL is protected against injection, and the code is commented from top to bottom.
It's the fastest way to stand up admin tools, dashboards, and internal apps where you'd rather not build the record-management plumbing yourself.
Features
Secure CRUD Script Advanced coding techniques are pre-applied to prevent SQL injection and other known vulnerabilities.
Search Functionality Built-in search dynamically populates filtered results directly into the data table.
Sortable Columns Front-end controls allow users to sort table columns in ascending or descending order.
Enhanced Pagination Move through large result sets with pre-configured next and previous controls.
Page Indicator Dynamic UI elements display the exact pagination page the user is currently viewing.
Limit Records Per Page Users can easily adjust the number of database records displayed on each pagination page.
Bulk Actions Select multiple records via checkboxes to edit, delete, or export them simultaneously.
Export & Import (CSV) Functional modules to export selected records to CSV and import existing CSV files back in.
Responsive Design The application layout automatically adapts to any screen size (desktop, tablet, or mobile).
SCSS File Included Preprocessor CSS language files are included to make modifying the stylesheet highly convenient.
Clean, Commented Source Code Thoroughly commented code helps you understand every aspect of the logic for easier modifications.
Unrestricted Source Code Full control over the files. No encryption, licensing callbacks, or domain restrictions.
Comprehensive User Guide Includes a detailed 'User Guide.html' file so you can get the system live on your server in minutes.
Lifetime Access & Updates Once you buy it, you own it. You'll have permanent access to all future code improvements and version updates.
Technical Requirements
- Apache/Nginx Web Server — We recommend XAMPP for testing on your local environment.
- PHP >= 5.5.0 — PHP >= 8.0 is recommended for optimal performance.
- MySQL >= 5.6 or MariaDB.
- A code editor, such as Visual Studio Code or Notepad++.
FAQs
Why am I getting a MySQL error?
Update the connection variables in the 'config.php' file, and make sure you've uploaded the correct SQL file with phpMyAdmin.
How do I download the ZIP file again if I've lost it?
You can download the package from the receipt email that was sent to you when you purchased the digital software. If you no longer have this email you can request a new one here. Remember not to share your download links, as these are monitored.
Can I use the package on multiple websites?
Yes, but each website needs its own license.
How do I install the package?
Extract the ZIP file on your web server, import the included SQL file, and update the configuration with your details. The user guide walks through it step by step.
Can I customize the source code?
Absolutely. You get the complete source code with no restrictions, plus an SCSS file that makes design changes straightforward. Adapt it however you like.
Change Log
Version 2.0.0 13/09/2023
- [Added] dropdown filter list with from and to date filters.
- [Updated] the pagination and included previous page numbers and more.
- [Added] the ability to export selected records to CSV format and import CSV files.
- [Added] bulk actions (edit, delete, export) and the ability to select individual records using a checkbox.
- [Added] the dynamic version, which will enable you to swiftly add your database to the CRUD app with minimal effort required. You can configure the database and table variables in the "config.php" file. Useful for those who have little to no coding experience.
- [Updated] the CRUD stylesheet and modernised the design. It will now adapt to any screen size.
Version 1.0.1 04/03/2019
- [Improved] code.
- [Updated] the CRUD application.