Categories

Updated: 07/07/2004

Simple SQL

DESCRIPTION: 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.
Similar Scripts for "Simple SQL"

User-Agent block

User-Agent block is a PHP script that allows you to ''block'' user-agents you specify, such as e-mail harvesting programs, and user-agents designed to copy your website. The script will detect the user-agent, and return a page that you can ...

netwarriors foundation

This is a development site for site_foundation, a &"post-your-story-here&" type application written in PHP using MySQL on backend not unlike slash or Thatware. Its main difference lies in its backend, user levels to determine who se...

Sockhead

Have you any idea why your network program is not giving you the right answers, or how come you just got redirected? Sockhead enables you to send a simple HTTP/1.1 request to a server and view the response from the other server. Sockhead allows you t...

Cached Fast Template

Cached Fast Template is a template system for PHP that implements caching for PHP''s FastTemplate module. Features include: Supports lock files, so long operations will not allow pages to be served only &"half&" cached, Allows ...

Htgroup

This class facilitates the maintenance of htgroup files, used to do Basic Authentication on a web server. This class assumes PHP v3.0 or better and Apache 1.3.3 or better. Htgroup file format should conform to the httpd spec (ie. groupname: user user...
©2003-2008 jCay.com