Database Tools scripts - Top 4 Download

Database Tools script downloads

PHP CD Archive

PHP CD Archive is a PHP/MySQL driven web application for recording locations of various files. ...

PHP Class Generator

The PHP Class Generator is a small windows desktop application that allows a PHP programmer to generate Entity classes from a MySQL database table. For instance, if the user has a table in his or her MySQL database called customers. With this app, that programmer can generate an Entity class called ...
Basic/VB

PHP CMS Generator

PHP CMS Generator is an utility to create content management scripts to manage database content. It includes many useful features and a long TODO list of more useful features. ...

PHP DB Edit Toolkit

PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input. PHPDBEditTk's work is based on a so-called data dictionary, ...

PHP Mp3 DB Tool

PHP Mp3 DB Tool is a simplistic program to convert an ASCII file (obtained from an mp3 collector or similar program) to MySQL format, insert it in database and run reports from a web based engine. It supports streaming of single mp3s and full albums. ...

PHP REST SQL

PHP REST SQL is a class used to open a HTTP REST interface to a MySQL database using PHP and a HTTP server. Using standard HTTP requests, the data in a database can be created, retrieved, modified and deleted. PHP REST SQL was built and tested using Apache 2.0.45, PHP 4.3.4, ...

PHP transForm

PHP transForm is a form generator and processor that allows a website developer an easy way to view/add/edit/delete data in various databases. In order to use PHP transForm, you must be using at least PHP4.1.1. This PHP version includes the PEAR DB database abstraction code used by PHP transForm. PHP transForm ...

PHP Wine Inventory Management System

The PHP Wine Inventory Management System is an open source wine cellar database.It provides an easy-to-use web interface for complete inventory management. Features: - Multi-user capability with user-specific security permissions - Usage tracker with ability to log all submissions, updates and checkouts - Separate function for recording results from ...

phpcocktails

phpcocktails is a PHP tool to help you to manage your favorite cocktail / cocktails (ingredients, composition, images...). It allows you to query a database in order to make the desired cocktail. ...

phpCodeGenie

phpCodeGenie is a code writer/generator for PHP/MySQL applications. It builds numerous forms and scripts, from your databsae tables. Just design your database and let phpCodeGenie do the coding for you. ...

phpLabDB

The phpLabDB Project is a community-supported open source project. Built around independent modules that interact with each other, phpLabDB manages a variety of day-to-day useful laboratory information. It is also a high powered and highly customisable open-source laboratory database project. phpLabDB is based on PHP server language and a choice of ...

phpMinAdmin

phpMinAdmin is a MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Features - Connect to a database server with username and password - Select an existing database or create a new one - List fields, ...

phpMyDataGrid 2007

phpMyDataGrid 2007 offers a toolkit to build a DataGrid in a PHP based environment. It allows the application programmer, to build and deploy with very few lines of code and in a short period of time a complete AJAX enabled datagrid with paging, searching, sorting and more, much more.It is useful ...

phpMyPrepaid

phpMyPrepaid is an interface for the creation and management of prepaid cards and accounts designed to work with a MySQL database and FreeRadius. This script is very easy to install, use and customize to suit your needs. It works on any operating system having support for PHP applications. ...

phpPgGIS

phpPgGIS is a PHP Web system to manage PostgreSQL/PostGIS. It was developed under the phpPgAdmin and the MapServer. It's simple and makes easy to manage spatial data in PostGIS. ...

PHPRecipeBook

PHPRecipeBook is a web based cookbook with the ability to create shopping lists. The contents of the shopping list are pulled from the ingredients of the recipes selected. Lists can be saved and later loaded.The script is very easy to install, use and customize to suit your needs. ...

phpWebApp

phpWebApp is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML templates that are an ...

Pivot Crosstab Denormalization of Normalized List

This script shows you a function that creates a cross-tab or pivot table from a normalised input table. You can use this function to 'denormalize' a table of normalized records. ...
Python

PostgreSQL PHP Generator

This is a generator that creates PHP code based on a PostgreSQL RDBMS for data entry into any database table or tables with 1-n associations or n-n associations. The generator now manages projects of more tables and has a complete graphical layout. ...

Printing of Database Cursor Contents

One of the problems of dealing with databases is presenting the result of a query when you may not know much about the data. This script uses the cursor's description attribute to try and provide appropriate headings, and optionally examines each output row to ensure column widths are adequate. ...
Python