Paginator is a php class that will help you to split your record sets into pages. I wrote this class to save myself some time and then thought others might find it helpful. Paginator will return a number that you can use to set your base record and a number to use as an offset. For now I know it wor
Views: 209 Price: Category: PHPScripts and ProgramsDatabase Tools
Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. It's purpose to give you an easy installable product to verify your actual DB status without installing professional database management tools.
Views: 237 Price: Category: PHPScripts and ProgramsDatabase Tools
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 op
Views: 197 Price: Category: PHPScripts and ProgramsDatabase Tools
This new SQL2RSS script allows users to easily convert information that is stored in a database into an RSS feed, for syndication and distribution. When using SQL2RSS the publisher has complete control over the content in the resulting RSS feed. Administrators and publishers control the database que
Views: 594 Price: Category: PHPScripts and ProgramsDatabase Tools
Datalib provides a simplified and straight-forward abstraction layer for PHP. It currently provides drivers for Interbase, Microsoft SQL Server, MySQL, ODBC, Oracle 8+, PostgreSQL and Sybase. The connection and result classes are seperate to allow for multiple queries on the same connection. Two met
Views: 170 Price: Category: PHPScripts and ProgramsDatabase Tools
Create a powerfull MySQL table viewer with a few lines. You can customize the look, define sorting and paging.
Views: 166 Price: Category: PHPScripts and ProgramsDatabase Tools
This script is intended to enhance the productivity while using PostgreSql. The form generation script do not require any user modification and is completely portable to any application. The form supports various data types, data validation and dynamic data modes. A PostgreSql installation script is
Views: 182 Price: Category: PHPScripts and ProgramsDatabase Tools
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 transactions.
Views: 186 Price: Category: PHPScripts and ProgramsDatabase Tools
doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available on this site), phpMyAdmin, or similar) to a new database, or run any number of SQL commands in batch mode. Detailed progress reporting, including time remaing, processing rate (text and gra
Views: 165 Price: Category: PHPScripts and ProgramsDatabase Tools
Redbrix is a browser-based, user-oriented data entry and querying interface for MySQL databases implemented in PHP.
It has been designed with maximum flexibility in mind: not only does Redbrix work with virtually any database imaginable, it also runs in a vast number of browsers, including Interne
Views: 182 Price: Category: PHPScripts and ProgramsDatabase Tools
Flat File Database Manager will allow you to manage (update/delete/add) records in your flatfile database. Features include user defined delimiter (usually pipe, colon, or comma), customizable presentation of different data types. Following data types supported: (List) - Rendered as list box or comb
Views: 159 Price: Category: PHPScripts and ProgramsDatabase Tools
An "easy-to-use" db class with 2 included How-To-Files in english and german and an example php-file.
For private or commercial use.- It's FREE!!
Just rate my Script and habve fun!
Views: 207 Price: Category: PHPScripts and ProgramsDatabase Tools
DaDaBIK is a PHP application that allows you to easily create a highly customizable front-end for a database. The strength of DaDaBIK lies in its ability of customization. For each field of a table you can choose: if the field should be included or not in the search/insert/update form; the form labe
Views: 183 Price: Category: PHPScripts and ProgramsDatabase Tools
Backup DB is a very easy to use MySQL database Backup/Restore utility written in PHP and Perl. The interface is written in PHP to keep things streamlined and the backup/restore processes are written in Perl to avoid PHP's limitations in the areas of safe_mode file ownership and system commands (v1.1
Views: 206 Price: Category: PHPScripts and ProgramsDatabase Tools
With the "Txt-Db-API" you can access normal text files like a SQL database. You need no special Database Software on the Webserver, but can still use SQL. You can use the API to create, query, change, delete Tables, and you don't have to bother with the Text-Files themself, (almost) everth
Views: 207 Price: Category: PHPScripts and ProgramsDatabase Tools
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 c
Views: 169 Price: Category: PHPScripts and ProgramsDatabase Tools
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.
Views: 224 Price: Category: PHPScripts and ProgramsDatabase Tools
This script will allow you to maintain a database backup at any time interval you set. When you upload it to your server, you may set it up on a crontab and let it run daily, weekly or monthly. This script connects to your database, builds a backup "dump" file, gzip's it and either sends i
Views: 204 Price: Category: PHPScripts and ProgramsDatabase Tools
This version of dm.DB adds PostgreSQL 8.0 and 8.1 support to the existing MySQL support.
dm.DB provides an interface to SQL compliant databases that is independent of the underlying database API. Currently support for:
MySQL
PostgreSQL 8.0
PostgreSQL 8.1
is provided.
Additional sup
Views: 178 Price: Category: PHPScripts and ProgramsDatabase Tools