The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Scripts and Programs :: Database Tools
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 346    Displaying: 21 - 40 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

   Sam Database Pagination Class   Hits: 323 

 
This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to display per page. The class can display the results as a listing of articles or as photo gallery.


Free   Version: 0.9a   Platform(s): linux, windows, freebsd   Updated: Mon May 19 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpMySQLAutoBackup - automate your MySQL backup using php   Hits: 10719 

 
NOW released under GPL License. phpMySQLAutoBackup the simple way to backup MySQL databases - automates the backup of your MySQL databases. Exports your database (data and structures), compresses it into gzip format and emails it to you. Schedule it to run every day/week by adding it to a cron job, or use phpJobScheduler. New features include the ability to select separate tables for backup, and limit the backup to start and stop at pre-set table row numbers, this will now allow a section of a large table (with millions of records) to be selected for backup. Features: * email zipped database to your specified address * option to save to backup folder * backup limited to once per hour (easily changed) prevents malicious attempts at bringing down your server * specify specific tables to backup or backup the whole database * set ranges to backup - from start row number to last specified row number


Free   Version: 1.4.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Dec 18 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (2) Visitor Ratings

   [SDMS] Simple Database Management System   Hits: 791 

 
This database management script is a great basis for writing code for using a database. It includes error catching and sanitation.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 11 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Flat File Database Manager   Hits: 1484 

 
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 combo box; (String) - Rendered as regular input field; (Logical) - Rendered as check box; (Text) - Rendered as text area.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon May 19 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PM Report   Hits: 5949 

 
PM Report is a PHP/MySQL report generator. It creates customizable reports and is very simple to setup and use. You can select which database, table, and individual fields to use on your report. You can also select the order in which the fields should appear on the report, the field you would like to group by, the field you would like to sort by, and whether or not you would like a total for each column. Once the report has been generated, you can highlight individual rows and export the results to CSV. You can also enter your own custom SQL query manually. As of version 3.0 you can generate PDFs. Version 4.0 allows you to save, modify, and/or delete reports.


Free   Version: 4.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Apr  7 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Gregwiz Backup   Hits: 161 

 
Gregwiz Backup is backup tool for Mysql database. Split backup file to multiple file, compresses it into gzip format. Easy to import. Multiple languages support. Create, Drop database function.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Mon Jun 30 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple csv to MySQL tool   Hits: 177 

 
This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines. There's a download button for pulling in the csv file. A CREATE button will create a simple database using VARCHAR() with all the fields length set to the longest length of any field. The INSERT button will insert the data. The BUILD FIELD LIST button does just that so you can select the field if you're doing an UPDATE operation. Index fields in the database are shown. There are few checks to ensure that an operation will succeed. INSERT into a table that doesn't exist for example will error etc. The code is heavily commented and should be ewasy to follow/amend.


Free   Version: 1.00.00   Platform(s): linux, windows   Updated: Thu May 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   IAM-XLS   Hits: 1056 

 
This class can be used to generate Excel spreadsheets in XLS format. It can add text or numeric values to given rows and columns of a spreadsheet. The class may also execute a MySQL database query and generate a single spreadsheet with the results of the query. The first row has the query result column names. The class stores the whole spreadsheet definition in XLS format in a class variable. The generated spreadsheet data can be served for download. The class detects the browser type and issues the specific headers to make the browser handle the spreadsheet data file properly.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan 14 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpMyDump   Hits: 378 

 
This script allows you to run MySQL dump on any server even if phpMyAdmin is not installed.


Free   Version: 2.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Feb 29 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PublicPIM Website Database App   Hits: 742 

 
Has 3 Part Process instructions to automatically provide our Database application created with Javeline Framework over an open MySQL db to your website. Free ppContact widget available for interacting with database from web page. Upload to a website and execute by hyperlinking to the (pp dash index dot php) file in the publicpim subdirectory.


Free   Version: 0.5.3   Platform(s): windows   Updated: Mon Feb 25 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   IAM CSVDump - Export SQL Queries to CSV   Hits: 943 

 
This class takes the results of a SQL query and outputs in the CSV (comma separated values) format in only 2 lines of code. This comes very handy when exporting data since CSV is a format that can be readily read by Excel and many other applications. You can even use it for Word’s Mail Merge! The class offers the choice of sending the output to the browser or downloading it as a file. The name and extension of the dump file are defined by the developer.


Free   Version: 1.1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan 14 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   VINDOZO: MYSQL-COPY ver.1.1 FREE   Hits: 334 

 
Copy all tables MYSQL Database FROM: MYSQL-Server, HTTP-Path file or Upload file dump TO: MYSQL-Server, One file, File-parts dump. Advanced statistics. Improved stability. Multiuser. Report to file. No limit database size. Convert Charset. Only one PHP file 26kb. Perfect tool :)


Free   Version: 1.1 FREE 05.02.2008   Platform(s): linux, windows   Updated: Tue Feb 12 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP-TimeConversion   Hits: 1299 

 
This script converts user entered 12-hour time to the 24-hour time used by mySQL. It was written to aid in the development of web forms using PHP and the time field type in mySQL. The form submits to itself, minimizing the number of files you must modify. It also includes default variables making installation quick and easy. With HTML coding included, you can quickly add your own layout and design and have this script on your site in no time.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Mon Feb 11 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   IAM Backup - A Database Backup PHP Class   Hits: 749 

 
IAM Backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support gzip-compressed files for improved performance.


Free   Version: 1.1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jan 14 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Mimesis   Hits: 298 

 
Mimesis is a php4 flat file database class library. Mimesis mimics the behavior of a standard SQL database but without using SQL. Instead, using php's object oriented programming features Mimesis functions as a distinct class with various database manipulation methods.


Free   Version: 2.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jun  3 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   objSQL: Database Access Layer   Hits: 1675 

 
objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which simplifies hooking into projects and allows for better encapsulation. Features prepared queries with parameter binding and transaction support including rollbacks and savepoints. Very small footprint with the entire library approximately 170Kb in size and requires no third party libraries. Currently supports IBM DB2, Firebird/Interbase, Ingres 2006, MaxDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server and Sybase ASE.


Free   Version: 2.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Mar 19 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Flexible CSV Exporter - Db2Csv   Hits: 307 

 
A Tool to write Databasedatas into a file. With the following Feutures: * The CSV-File can be expand by Text input. * Any number of the tablefieldelements in the file. * Any arrangement of the table fields. * Article maximum adjustable. * CSV-profiles can be created. * Application of PHP-functions to any fieldelements.


Free   Version: 0.4   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Feb  3 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Mywea   Hits: 846 

 
Mywea is a Mysql web based client that allows you to edit and control your database from anywhere. Because of its two main features,Object Broswer and Editable Tables, it can be edited easily and faster than any other Mysql web application.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Apr 30 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP mcGrid Class   Hits: 1092 

 
mcGrid Class an easiest and fastest way to listing MySQL database query results. With OOP structure, you can easily; Add columns, Changing column widths, Add edit, show or delete buttons for each row, Set record indexes and link records to another page. Easy to use with OOP structure and full customisable with CSS based design.


Free   Version: 1.0   Platform(s): linux   Updated: Thu May  1 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (1) Visitor Ratings

   PHP Table creation   Hits: 778 

 
This script allows you to create a table with an image, a link and up to 20 fields and fill it with data. This is done via the admin.php, the data is stored in a Mysql-Database (database parameters in dbconnect.php). The output.php script returns a table with sorting function (click on the header so sort by columns) and a customizable layout.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Dec 24 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 346    Displaying: 21 - 40 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog