- 1,233 categories
- 40,467 scripts
Updated: 07/07/2004
- 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.
- Categories
- Tags
- Platforms
- Licenses
- 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 ...
- 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...
- 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 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 ...
- 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...