Backup of a mysql database in mysqldump format without using mysqldump or a system command, only PHP. The class makes a SQL script or GZip archive to download.
A litte tool to create an alter-script for the differences between two databases.
Since 1.4.0 InnoDB FOREIGN KEYS are supported.
MySQLdiff 1.5.0 added support for FULLTEXT Indexes so a auto_increments. There was also added the (experimental) feature to upload sql-scripts to compare them against another script or an existing database.
phpMyForms is a php script which allows the user to create simple database listings (done in 3 lines of configuration), or simple dataset manipulation formulars (~10 lines) by adjusting small php config files.
automatic browsing controls and optional validation scripts are included in version 0.3
phpOracleAdmin is intended to be a webbased Oracle Object Manager. In many points like phpMyAdmin or the Desktoptool Objectman from orasoft.org. It supports things like browsing through the tables, triggers, and so on. It needs PHP 4 and works current only with 8i Databases.
phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic functionality as well as some advanced features such as triggers, views and functions (stored procs).
phpPuszAdmin is a Web admin interface for PuszBaza similar to like phpMyAdmin or phpPgAdmin. Puszbaza is a flat database you can download on hostscripts. With phpPuszAmin you can create, delete table, add, delete adn rename columns, edit and insert fields and many more. Version 1.2 update: abilitly to walk across directories in rigth menu - better sort your data files. Also have fixed login bug in some versions of php.
This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an HTML table or XML document from an ADOdb result set or an array. Since the output of each SQLGen method is a SQL query string, the library is compatible with ADOdb, PEAR DB, PHPLib, and any other database abstraction layer that can execute SQL query strings. Useful for constructing complicated SQL queries that vary according to the situation. Different if-then clauses can push items onto from the argument array - SQLGen will take care of inserting commas and "ands" into the query string as necessary.