| 1. |
MySQL Interaction
|
|
|
Has all the necessary functionality to work with MySQL: set_table, add_data, delete_data update_data, get_data, connect, close, get_column_flags, get_column_type, set_debugging, exec_select_query.
|
| 2. |
BENRUTH Instant Report
|
|
|
This script was born out of necessity for me. I was creating quite a few reports that are to be extracted from MySQL database. Format them into a table like structure, with or without headers. And be able to view as HTML, download as HTML, or download as EXCEL. All settings to generate a report can be controlled by adjusting the variables found in config.inc.php This script helped me somewhat in having some spare time to go for a good round of fishing. I hope that it will aid you as it aided me. There would not be any technical assistance on this script. However you can pop a question or so to me at my email ( ben AT benruth DOT com ). It is good to say hi! This script requires some knowledge of SQL. Features-At-A-Glance - Configurable script - Simple table for - Download as EXCEL - Download as HTML - Viewing as HTML - Extraction from MySQL database
|
| 3. |
phpSQLiteAdmin
|
|
|
phpSQLiteAdmin is a Web interface for the administration of SQLite databases. Right now the following operations are supported: Create, drop and vacuum databases; Show database information (schema, tables, indexes, file metadata); Create, browse, empty and drop tables; Show table structure and indexes; Execute sql;
|
| 4. |
wtcSQLite
|
|
|
wtcSQLite allows you to add/edit/delete indexes, fields, tables, triggers, views, data, and manage multiple database aliases without knowing any SQL at all. wtcSQLite also provides ALTER TABLE transactions similar to MySQL, as SQLite does not support them right now. It also allows you to export data in multiple forms, so you can always have a backup copy. On top of all of this, an admin template system is provided so that you may customize the templates wtcSQLite uses with a user-friendly interface.
|
| 5. |
PHP MySQL Table Manager
|
|
|
The PHP MySQL Table Manager is designed to simplify administration of a MySql web database. It allows you to easily create, drop or rename tables. Alter tables structures by adding or dropping keys and indexes. Adding, removing or changing the properties of columns. Edit, add, search or delete table records.
|
|