PHP Database Tool
Free and open source PHP Database Tools Scripts. These Scripts included MySQL, Oracal, Access help you to make a simplified operation on database.-
gnPaginate creates navigation page number links.Types of page numbers links supported are:- Page number links for all pages.- Floating page numbers with Next/Prev links- All page numbers with Next/Prev links
-
navigInTable class allows to circulate in a table on a field AUTO_INCREMENT, without being concerned with holes of classification.
-
Connect to MS SQL Server Database and execute queries and display results.
-
Microsoft SQL Server connection abstract (basic connection ).
-
populate_sel populates the select form field from mysql table.
-
MARK_MYSQL class is a wrapper for MySQL queries. It is very easy to use.
-
MySQLDataViewer is an event driven wrapper to display the result of a MySQL query in a tabular form. It is very simple to use and powerful, completely configurable with colors and data manipulation at the display time.
-
Touzas MySQL is a simple MySQL database access wrapper class for executing common SQL queries.Touzas MySQL provides functions for establishing database connections and executing SELECT, INSERT, UPDATE and DELETE SQL statements.Limitations:The code and the comments are in Spanish.
-
dbwrap class provides a number of functions to make it easier to work with MySQL, without a need to actually using mysql_xxxx functions, making it easier to switch to a different database.Supports SELECT, INSERT, UPDATE, and DELETE queries only, first because of security reasons, second - other queries are just not really needed for web development.
-
multi allows to populate the select form field with multiple choices from the database. Its very easy and simple to use.
-
jMySQL is a simple interface class for MySQL.Select, Update, Insert, Delete queries are supported. It comes also with functions for emptying a table, dropping table and creating a heap table.
-
DB Access class allows you to execute various queries for Access Interbase, MySQL and PostgreSQL databases. You can execute SELECT, INSERT, DELETE and UPDATE in your tables.
-
mySQL Backup Script 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.
-
MySQL Parser is meant to parse boolean expressions like (item1 AND item2 AND NOT (item3 OR item4)) and converts them into MySQL full text search conditions like ( item1 item2 -(item3 item4)).
-
SQL2TXT select data of PostgreSQL DataBase by SQL instructions and write results into TXT file (SDF). Alignment and lenghts of columns are configurable.

