PHP Scripts » Database Tools

Simple SQL

Author: Paul WilliamsonLicence: Price: FREEHomepageNo download linkPHP Scripts, Database ToolsSimple SQL

Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs. ADVANTAGES: - This PHP class file will eliminate nearly all code from the built in std mysql PHP functions. - Speed, it will dramatically decrease development and execution time. - Extremely easy to use; one hardly has to understand the MySQL syntax. - It automatically determines whether or not there is an open connection to the MySQL server. It will connect and reconnect automatically. - The built in debugging functions make it easy to solve syntax error and logic error. - Supports arrays for arguments and returns ASSOC arrays from the DB with indexes. - Stores resource links and common variables such as the last table used.

Comments on: Simple SQL


FreshOne cannot be held responsible for the content of this page (Simple SQL - Database Tools, PHP Scripts). The content provided on this page and the comments on Simple SQL - Database Tools, PHP Scripts are user contributed.

Bookmark this page

           

Related scripts

PHPMagic
PHP script generator to manage MySQL Databases....
doSQL()
doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available...
phpMySQLDiff
A litte tool to create an alter-script for the differences between two databases. Since 1.4.0 InnoDB FOREIGN K...
PHP DB Admin Control
This is a small web based database administration code using PHP 4+ and mySQL database. Features 1) Login 2) C...
Zip Code Database Project
These archives include all files necessary to calculate the distance between two U.S. Zip Codes using PHP4+ an...