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

   datDatabase   Hits: 3887 

 
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 construct and issue the query automatically. datDatabase can add, edit, fetch, and manipulate data. It can also connect to a mySQL server, test connection speed, decrease load on a mySQL server so data loading is more faster and more efficient. Not only this, but it can also generate HTML elements, such as Lists and Tables, from data saved in a mySQL database. Included with datDatabase is a neatly organized manual with limitless examples on how to use each Class Method. datDatabase is in no way a novice Open Source project; it is used to power several popular web sites on the internet and is constantly being updated and maintained by a dedicated team of programmers.


Free   Version: February 2006 - 2.6   Platform(s): linux, freebsd   Updated: Sun Mar  5 2006

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

   apgDB2xls(mySQL to Excel)   Hits: 3114 

 
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!


Free   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 13 2006

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

   FastMySQL   Hits: 2561 

 
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 syntax on the tip of their tongue (or the tip of anything else!;) and does not wish to constantly refer to documention for syntax for basic, common SQL queries. It is form driven and implemented in HTML frames.


Free   Version: 0.10   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Feb  4 2006

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

   Connection class PDO   Hits: 1377 

 
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.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Feb  4 2006

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

   MySQL Log Parser   Hits: 1231 

 
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 mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).


Free   Version: 0.1   Platform(s): n/a   Updated: Sat Feb  4 2006

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

   deeMySQLParser   Hits: 1156 

 
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) export format.


Free   Version: 0.5   Platform(s): linux, windows   Updated: Thu Jan 19 2006

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

   PHP MySql Multiple Database Backup   Hits: 3644 

 
This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. No tables can be selected. The whole database will be backed-up. Contains fulltxt fields as option. Works with windows/apache too, special changes for windows time-out. For the use with single databases with table selection see: MySql PHP Backup


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Wed Jan  4 2006

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

   PhpGrid   Hits: 6464 

 
Whith PHPGrid you can direct edit fast mySQL-database entries without reloading the site. Only click on the field and change the value. PHPGrid is a combination of PHP and Javascript.


Free   Version: 1.0   Platform(s): linux   Updated: Thu Dec 22 2005

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

   FF (MySQL Emulator)   Hits: 2764 

 
Flat-file database management system written in PHP, using MySQL syntax.


Free   Version: 0.2   Platform(s): n/a   Updated: Tue Dec 13 2005

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

   EZ Query   Hits: 3056 

 
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. This class has scripts written to work with it too. The only thing lacking is a complex input validation. I used strip tags and special chars for basic protection. I included directions on how to add and use your own validation method.


Free   Version: 1.0   Platform(s): n/a   Updated: Thu Dec  1 2005

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

   TurboDbAdmin   Hits: 6795 

 
TurboDbAdmin is a single-page AJAX solution for exploring and editing databases from a browser. Edit data just like you would in a desktop application, without submit buttons or page refreshes. This release supports: navigating to and browsing table data, viewing table schema, and editing table data. TurboDbAdmin requires PHP 4 or higher and MySQL 3 or higher.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov 11 2005

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

   MySQL HyperStorage v1 for PHP   Hits: 842 

 
This is like Table Indexing compared to MySQL's column indexing. Complete Documentation included


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Nov 12 2005

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

   vpSQL   Hits: 1663 

 
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 table UPDATE table fields/data WHERE DELETE from table WHERE Features of vpSQL: An autoinc field named vpid which is transparently created with each table. This gives the advantage of having a unique field for searches. Uses character substitution for semi colons and linefeeds which allows you to store full page texts. It is small and uses only one file which can be included anywhere in your script. The functions mimic php mysql functions so they are scalable.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Tue Oct 25 2005

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

   mySQL Backup Script   Hits: 3394 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 19 2005

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

   RTInterface   Hits: 2026 

 
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.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 19 2005

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

   noSQL   Hits: 5015 

 
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 immediately. If you are too lazy to setup an SQL-server, or you simply don't have one right now but perhaps later in the future, use noSQL.


Free   Version: 1.2   Platform(s): linux, windows   Updated: Wed Oct 12 2005

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

   Galistudio db_driver   Hits: 776 

 
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 more DBMS'


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Fri Sep 23 2005

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

   Unique ID Script   Hits: 684 

 
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.


Free   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Sep 13 2005

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

   SQLmax   Hits: 1891 

 
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. SQLmax provide you an additional internal cache system support wich can increase the speed of your database access (by 2 or 3 times). By managing the paramaters you can switch your dynamic website to static one during the time you need. Developpers will be happy to see an easy syntax with a commented scripting.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Thu Sep  8 2005

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

   Simple CSV Upload Script   Hits: 2222 

 
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 in the configuration, irrespective of the database structure. Features * Upload Files and retain them * Loads data irrespective of the database structure


Free   Version: 0.1   Platform(s): linux, windows   Updated: Mon Aug 29 2005

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

  Total: 347    Displaying: 121 - 140 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