Mimesis is a php4 flat file database class library.\r\n\r\nMimesis mimics the behavior of a standard SQL database but without using SQL. Instead, using php\'s object oriented programming features Mimesis functions as a distinct class with various database manipulation methods.
This script can be used as a stand-alone script or incorporated into your own scripts. Features include; easy installation/usage; backup/restore any database; select which tables to backup; select backup/restoration of table structure, data, or both.
This is a simple PHP class that gives you an easy way to store key-value pairs in MySQL database. Usually, you store key-value pairs in PHP array. If you want a key-value pair to be accessible within a session you will store it in the $_SESSION variable. However, to share it between different sessions you have to use MySQL database. With this PHP class it is almost as easy as using PHP array.
A nice tool to synchronice a MySQL Webserver Database with a client Database without an ODBC connection between the webserver an the client. You only need FTP and php access to your webserver.
Manage a database of files for download on your site. To add a download, upload the file using FTP, log into paFileDB's admin center, and fill out a form to add a file. Edit and delete the files too. Uses MySQL for storing data and powerful PHP for processing.
With this tool you can easily create a form to insert/update/delete data in a MySQL database. It automatically generates advanced search panel and form validation too. You can view the data in a short list view and in a detail view. You can easily change the look and feel with using css files.