-
AnonORM can be used to retrieve and store objects in SQL database tables. It works by performing what is called object-relational mapping (ORM). This package can create generic objects which can be accessed and changed like any other Plain Old PHP Object (POPO).AnonORM loads an object by executing an SQL query that returns the values of the object variables. An ...
-
DB eSession is meant to manage session data stored in a MySQL database using PHP built-in session handling support.Features of DB eSession:- Stores session data in a MySQL table using session handler built-in PHP.- Handle session expiration and cleanup.- Supports the changes of session related configuration settings (including of PHP 5).- Allows for normal or persistent MySQL database connections.- Access ...
-
Combo Box is a simple class for generating HTML form select inputs with options defined from data retrieved from a MySQL database table. The class takes the name of the select input and the name of a MySQL table to query as required parameters.Combo Box generates a form select input using the value of the first column of the query ...
-
ADODB SQL 2 Excel can be used to generate Excel files in the XLS format from database query results.This is an altered version of of the SQL 2 Excel class that uses ADODB API instead of MySQL. It extends the GeraExcel class to generate Excel files from the results of execution of an SQL query.ADODB SQL 2 Excel takes an ...
-
phpDbObject isa class to map an object to adatabase, written in PHP. It allows object relational mapping (ORM).
-
With BackItUp, you may take backup of your mysqldatabse. Easy to install. BackItUp store mysql-queries in textfiles, and save them on your server. You may also download the files with just a click. It's also easy to restore a database.
-
RTInterface is a generic php interface for mysql and it's intended for educational purpose:). I've done this script just for learning, reading some tutorials found on the net. The script uses php classes and objects to comunicate with the mysql db.
-
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.
-
mySQL/HTML-Client is a Web interface to a mySQL database written in PHP. It allows you to display and query database.
-
ezSqliteAdmin is a tool written in PHP and XUL intended to handle the administration of SQLite over the Web. Requirements:- PHP5.0.0- Mozilla platform
-
This tool consists of two files, one to execute queries submitted by form or uploaded as a file and display the results, and another to dump the database in MySQL or MSSQL format. GreenLight SQLTool can be used with either MySQL or MSSQL databases. Together they can be used to migrate a database (or at least the table structures and ...
-
Designed to create a daily snapshot of the dynamic data on your website. (e.g. content management systems, forums, guestbooks etc.). Features of MySQL database backup:- Backup multiple databases and servers with different users and passwords. - Backups can be scheduled using cron (on UNIX systems) or AT (on Windows systems). - Create daily, weekly and monthly snpashots of your database. ...
-
With HMS_BACKUP you can make a backup of your MySQL-database. This backup can be sent by e-mail or uploaded through FTP. This script doesn't need privileges to execute *nix commands. It's 100% pure PHP.
-
A flat file PHP Link Archive Script, that allows users to add a link to the flat file database along with information such as Name and Email address. Requires no modification of script, just simple upload and run installation. Modification is simple and can be setup within 1 minute.
-
Simple Power SQLite class is a simple class written in PHP, useful for standard operation with SQLite: database creation, connection, submit query, simple transaction mechanism, decode encode binary file, extend SQLite function, alter table.Simple Power SQLite can be integrated in any type of PHP project.

