Huge collection of PHP database scripts including database abstraction class, database utlilities and administration tools.
Database Tools
Database Backup & Restore
(41)Pagination Scripts
(15)
-
MySQL Table Editor
This PHP library allows you to easily setup administration pages for your MySQL databases tables. It features add/edit/copy/delete/view of rows, simple search, advanced search, CSV download of certain rows, current page or entire table. The library is a... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
datDatabase
datDatabase is used to simplify the most common mySQL query operations that are issued to a mySQL server. Instead of coding out complete mySQL queries to interact with the mySQL server, the programmer can simply pass several variables and the Class will... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
apgDB2xls(mySQL to Excel)
apgDB2xls is a PHP script capable of converting a database table into an Excel spreadsheet. This is a simple and easy to use script. All you need is a web server that runs PHP4 or later and a database! apgDB2xls is completely free!
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
FastMySQL
This is a simple interface to a MySQL installation, written in PHP, that runs in any internet browser (well, Internet Explorer, Netscape, Firefox, and Opera anyway!;). It is intended for the casual, occasional SQL user who does not have SQL statement... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Connection class PDO
This is a simple wrapper class that can be used to access SQL databases using the PDO API. It can establish connections, execute direct or prepared SQL queries, retrieve the all query results into a single array, begin, commit and rollback... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
MySQL Log Parser
This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Text Database PHP Class
Using a unique database design I have developed a php class to have a completly text file database system. Just some of the functions included in the class are for: add/edit/delete records, add/edit/delete tables, sorting a database using a given field,... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
deeMySQLParser
This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only)... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
FF (MySQL Emulator)
Flat-file database management system written in PHP, using MySQL syntax.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
EZ Query
I use three class vars and five methods to connect, query, insert and update a MySql database. This cleans up your source code and decreases script development time. The focus was on displaying MySql data so I could take advantage of Dynamic webpages.... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
MySQL HyperStorage v1 for PHP
This is like Table Indexing compared to MySQL's column indexing. Complete Documentation included
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
vpSQL
vpSQL is a small set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions. vpSQL accepts the the following sql statements: SELECT fields FROM table[WHERE][ORDER BY][lLIMIT] INSERT fields,data INTO... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
mySQL Backup Script
This is a simple script that will create a mysqldump of your database and upload it to a ftp server. This can be configured to determine which database (or all) you want to backup, where you stock it locally and where you upload it.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
RTInterface
This 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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
noSQL
noSQL is a small set (7kb) of SQL-like PHP functions to manage a database in an SQL-like way without a SQL-server. Everything is stored in flat .csv-formatted files, so putting data into noSQL or getting data from noSQL inside a spreadsheet program works... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Galistudio db_driver
Using Galistudio's db_driver, you can easily interface your MySQL database to connect or run queries, and you can also alter your database structure. By providing routines for more than the basics, you use less SQL, thus enabling your code to interface... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Unique ID Script
Uses a random string of 30 or so codes, and displays them on the page. This can be expanded to as many different codes as you like. Be sure to use many, as the more strings you have, the less likely it will repeat itself within the time you use it.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
SQLmax
SQLmax provide you an SQL layer to manage your database connection with an database free relationship. (independant from the database). For the moment we add the MySQL driver but other drivers (Oracle, ...) can be added easily to our SQL layer. ... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Simple CSV Upload Script
This is a Simple CSV Upload script that makes use of the 'LOAD INFILE' Query of MySQL. This is a script which can upload CSV (Comma separated values) file to the database, provided that the the fields in the file match the fields of the database provided... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
MySQL Optimizer
The script is made for system administrators to monitor MySQL server (it could run not as administrator), and optimize sql queries (using sql explain). Also includes easy interface for simple browsing, repair, check and optimize (using sql optimize)... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose