MySQLHandler is a MySQL wrapper supporting the most common functions like: Select, Update, Insert, Delete, Replace.MySQLHandler is designed to aid you when writing queries in your code and you don't need to write those connection statements. Results are returned as multidimensional arrays, so you don't even have to touch any of PHP:s mysql commands and no more result sets!MySQLHandler also comes with an error logging feature. All errors in your statements can be logged for debuging.MySQLHandler has XML support and can return any SELECT query as an XML string that can be styled into anything with XSLT
OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables/views and insert, update and delete rows in any table. It has two modes for SQL entry - one is wizard-like, the other one allows executing arbitrary SQL statements. It requires no installation and no configuration. It is written for situations where you quickly need to do some small data manipulation and don't have a better tool available. OracleEditor.php is free and Open Source.
ext_shapelib provides access to Shapefiles (.shp/.shx/.dbf) as used in GIS applications. Currently, creating of new files and adding shapes to those files is supported, however, full shapelib support is planned for upcoming releases.
One file, 24KB size, to backup your database and dump it again at anytime, for large databases, easy and powerful. No database for it. u can backup many databases and the script will show every data base with the date and time when it backed up and u can dump any one by simple click. this script dumped 650MB database with no problem and very fast. It required password to login the script Control panel. I invite u to take a look at demo. visit my site :).
MySQL Dialog is a simple MySQL database access wrapper class to execute SQL queries and display the results in HTML tables. The class connects to a MySQL server, sends SQL statements, and gets the results as an array. A table with the data from the result sets can also be displayed. The class may optionally return error messages on failure based on the mysql_error() and user defined error messages.
FX.php is a PHP class which combines the ease-of-use of FileMaker with the power of PHP. In the latest release, FX.php allows access to every version of FileMaker since version 5, and preliminary support has been added for MySQL. FX.php is designed to give FileMaker users the advantages and flexibility of using PHP. In addition, the new MySQL support adds the option of using data from multiple data sources, without knowledge of SQL.
A collection of tools for managing CSV- and MySQL- tables. Originally designed for the data sources used by Jax Scripts (Jax Guestbook, Jax Newsletter etc...) but also generally usable to convert CSV- and MySQL-tables.
ezSqliteAdmin is a tool written in PHP & XUL intended to handle the administration of SQLite over the Web. It requires PHP = PHP5.0.0 & Mozilla platform to run.
Ever get tired of writing gets() and sets() or the same SELECT UPDATE DELETE queries day in and day out?Check out this simple model generator.It accepts a list of values, a form's URL, or a database connection and uses it to generate a data model and model factory.It's free and easy to use, but does cache your model. If you would like your model to be removed from the site's cache, please email me.If you have any suggestions or additional ideas, please feel free to contact me.NOTE: I really only did this for my own use, but figured some other people mind like it as well. The database method is really intended for my own personal use. While no connection information is stored or written in the model, the site is not SSL secure.