Database GUI – PHP Script

Overview

E-commerce and content management system(CMS) database management web application for non-IT people.

A web application to read your databases online without knowing SQL!

1. Access any of your MySQL databases from the same webpage.
2. AJAX pagination – perfect for million-record tables.
3. Export data as CSV, Excel or PDF
4. Sort by any column
5. Show column data type (int, varchar(50), etc)
6. Powerful search feature
7. Responsive. Can be used in cellphone, tablet, laptop and desktop browsers
8. Good for people not in IT field: Sales rep, Marketing, Customer Service, Managers, Directors, e-commerce owners, etc.

After you buy the code. Unzip it. The instructions are in help.html. Open this file in your browser. Then you will find the instructions. Then you will know how to use it and how to install it.

Here are the youtube videos for how to use this system and how to install this web application in Windows 10.
https://www.youtube.com/watch?v=_B_81yc6Yjk
https://www.youtube.com/watch?v=9paCadGkiKo&feature=youtu.be

If you want to put this functionality into your another web application,
just add your html code into index.php file. This PHP code doesn’t use
any frameworks (Zend, Yii, etc.). So you can put this piece of code into
any of your PHP web application.

Features

E-commerce and content management system(CMS) database management web application for non-IT people

1. Access any of your MySQL databases from the same webpage.
2. AJAX pagination – perfect for million-record tables.
3. Export data as CSV, Excel or PDF
4. Sort by any column
5. Show column data type (int, varchar(50), etc)
6. Powerful search feature
7. Responsive. Can be used in cellphone, tablet, laptop and desktop browsers
8. Good for people not in IT field: Sales rep, Marketing, Customer Service, Managers, Directors, e-commerce owners, etc.

Instructions

PHP > 5.4 (older versions might work)
MySQL (with support for InnoDB tables)
PHP’s MySQLi extension (required by the installer script)?
LAMP environment (Linux,Apache,MySQL and PHP), Windows environments usually work

Related