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: 347    Displaying: 81 - 100 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

   MySQL Database Class   Hits: 1105 

 
This class works under PHP4/PHP5 and all MySQL Versions from V3.x and newer. It features an easy-to-learn API and an error-management which includes auto-sending of EMails in case an DB error occured. The archive comes with complete documentation and some examples to show basic usage of this class.


Free   Version: 0.34   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Mar  5 2007

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

   Oracle class 0.76   Hits: 584 

 
This class allows to develop applications using Oracle 8i or higher. It supports bind variables, IN/OUT variables for PL/SQL procedures and BLOB support. Additionally it features an easy-to-learn API and an error-management which includes auto-sending of EMails in case an DB error occured. The class works with PHP4 or PHP5 and requires the OCI8 extension to be enabled in your PHP. A complete documentation and some examples are included, too.


Free   Version: 0.76   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Feb 28 2007

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

   php_db2util   Hits: 1176 

 
At the moment, the php_db2util extension supports: *) connecting to DB2 *) load data from client or server with replace option or insert option *) export data from table to client ( also not possible with ODBC ) *) run the runstats utility to recreate indexes ( also not possible with ODBC ) *) disconnect from DB2 Loads 2.000.000 rows in 10 minutes into a DB2 table! All this functions returns the count of the written/exported/readed lines to the calling function. This extension will not replace the ODBC support to IBM DB2, it will extend it. Requirements: You must have installed the runtime client from IBM for accessing the API libs. You can get the runtime client free as fixpack from the IBM website. There is also a free developer version of DB2 8.2.


Free   Version: 1.0   Platform(s): windows   Updated: Mon Feb 26 2007

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

   MySQL Abstractor   Hits: 805 

 
This packages implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of parameters, and a wrapper class to simplify the usage of the other two classes.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Feb 22 2007

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

   mysqlForm   Hits: 3641 

 
This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for the fields of a new record of that table. The class generates text or textarea inputs depending on whether a text field has more than 50 characters limit length. It also generates password inputs for MySQL password table fields, and select inputs for enum table fields. The class also can display the results of a query that retrieves the records of a given table.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Feb  8 2007

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

   PHP Show Processes   Hits: 704 

 
A simple gui interface to view your current MySQL processes. Very simple to configure and setup. This is a great way to keep an eye on your MySQL processes.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx   Updated: Sun Feb  4 2007

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

   phpDatabase.net   Hits: 4431 

 
phpDatabase.net is an open source pure php database script. You can use it for your application as light weight database. It implements basic database functions like creating and dropping database; creating, changing and dropping tables and sequences; selecting, inserting, updating and deleting data from tables; automatic locking of files, so simultanous changing the data is possible.Transaction processing, commiting or rolling back of made changes,default auto commiting mode. For all of this you only need to download one php Script , include it and start to use its functions in your own php Application.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 18 2007

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

   phpDB   Hits: 4705 

 
phpDB is a php database abstraction class which is extendable to provide a generic interface. Currently MySQL is the only database abstraction catered for in this version and the hooks are in place for other database types. Future release will expand the database platforms catered for.


Free   Version: 0.3   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   MySQL content display simple RB2   Hits: 787 

 
List all fields in database a MySQL very easy and quick. Must have tool for developers.


Free   Version: 2.4   Platform(s): linux, freebsd   Updated: Wed Dec 20 2006

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

   MySQL fields RB2   Hits: 307 

 
isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick!


Free   Version: 1.6   Platform(s): linux, freebsd   Updated: Wed Dec 20 2006

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

   Database Report Generator
        Hits: 1901 

  Generate your database reports with this wizard in only a few minutes on any of your existing MySQL databases. Since this is a php driven application you simply upload the application files to a folder within your web site and you are ready to generate reports or execute SQL queries on your data.

Commercial   Version: 1.0    Platform(s): linux, windows, freebsd, sun   Updated: Fri Dec  8 2006

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

   phpSQLiteAdm   Hits: 1020 

 
phpSQLiteAdmin is an application which provides web based management and administration for SQLite databases. Much in the same vain as phpMyAdmin of course. Provides functionality to view data, add/drop tables, views and indexes, export data, add/delete rows, query the database.


Free   Version: 0.1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   DB Driver   Hits: 529 

 
This is a Database Abstraction Layer written in PHP and it currently supports both MySQL and MSSQL. Support for other database systems can easily be added. The Driver also contains a few functions that might be useful for debugging: query counter, query information (execution time and average execution time of all queries) and error logging.


Free   Version: 1.1.0   Platform(s): linux, windows, osx   Updated: Sun Dec 10 2006

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

   Modulo Core   Hits: 2716 

 
Modulo is a piece of software that PHP programmers can embed into their applications to allow users to easily interact with databases. Modulo morphs your database into an application. Most PHP applications are driven by databases, and most database-driven applications share common properties. Modulo melds into those, allowing you to save thousands of lines of code and hours (even weeks) of programming without sacrificing the look and feel of your software. Unlike other packages, Modulo can be completely integrated into your application. Features: - Works out of the box, but is highly configurable. - Not reliant on any other packages. - Operates on MySQL, MSSQL and PGSQL (although support is limited for PG) - Great basic and advanced search features - Template driven presentation. Template engine comes bundled and is compatible with Smarty - Can be expanded through Modules - Security can be administered through Authorization Objects, allowing multi-tiered user access.


Free   Version: 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 25 2006

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

   SQLData   Hits: 1973 

 
SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applications to access given database table using the SQLData class as means to store and retrieve data with SQL statements. These scripts are meant to run from the command line. They retrieve the definitions of a given database table and then the generate classes to access the table rows as objects or to manipulate them via Web forms. Experience has shown that the automatic generation handles about 80% of the repetitive work involved in building classes and forms. SQLData was designed to make it easy to automate the construction of the application specific classes interfacing to SQL tables. SQLData supports all databases supported by the DB class, currently MySQL and PostgreSQL 8.0 and up.


Free   Version: 1.0   Platform(s): linux, freebsd, osx, sun   Updated: Sat Oct 21 2006

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

   dm.DB   Hits: 1111 

 
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 support has been added to allow SQLData to support all dm.DB supported databases.


Free   Version: 2.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Oct 21 2006

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

   PHP mySQL Database Wrapper 1.0.5   Hits: 2961 

 
This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHP's native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHP's native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...


Free   Version: 1.0.5   Platform(s): linux, windows   Updated: Tue Oct  3 2006

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

   mysqlLite_db class fro SQLite database   Hits: 861 

 
This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries. $nrecords = $dbLite->queryLite("SELEC T * FROM sometable","some error message"); $nrecords = $dbLite->queryLite("UPDAT E sometable SET field1='$val1' WHERE field2='$val2'"); This class is also very easy to manipulate if you need to add some feature.


Free   Version: 1.0   Platform(s): windows   Updated: Fri Sep 29 2006

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

   PHPMyExport   Hits: 3488 

 
PhpmyExport is a quick and powerful script which allows you to dump a MySQL database in two steps only. PhpmyExport has been designed to be simple and tidy, its interface is clear and accessible. You may dump your database in two steps. - first you connect to the MySQL server. An option allows you to save your authentication details on the server. - then you choose your options and you submit the form. A download box pops up instantly. PhpmyExport is a multi-language (en, fr, es) platform. It is very easy to add a new language since you just need to add a translation file into the lang folder. PhpmyExport automatically lists your MySQL databases (if the server allows that action). PhpmyExport generates a clean and commented backup file. Most importantly, PhpmyExport has been tested on a 350Mo database. The script doesn't crash and the download dialog box appears in two seconds. This script needs to be tried. Enjoy... Axel


Free   Version: 3.3   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Sep 20 2006

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

   Class: Easy MySQL class   Hits: 2140 

 
This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last inserted identifier are stored in class variables for use of the applications. There are also helper functions to insert or update database tables using values submitted via Web forms.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Fri Sep  1 2006

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

  Total: 347    Displaying: 81 - 100 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