Categories
Tags → Mysql Php Class

phpDB

phpDB is a php database abstraction class which is extendable to provide a generic interface. Currently MySQL is the only database abstraction catered for in this version and the hooks are in place for other database types. Future release will expa...
DETAILS

PHP Tree Structure stored in MySQL database

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nod...
DETAILS

SimpleBytes SimpleTrace class

SimpleTrace is an open source PHP class designed to help developers with the task of debugging and analyising script runs. The class allows you to output messages to a number of different formats for analysis at run time or at a later date. As Simple...
DETAILS

PHP Paypal IPN processing class

PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN table, a log file and mark the transaction as compl...
DETAILS

Spell checker class

This is a simple PHP MySQL spell checker class it uses 1 MySQL table for a dictionary.
DETAILS

PHP flood protection class

This is a simple free PHP flood protection class to help stop people flooding your server with requests, It requires a MySQL table.
DETAILS

Import_templates

Import templates is a class to import template data from templatermonster.com (Web API) into your MySQL database. It is possible to import the screenshot data, categories, keywords, and authors. A special thumbnail copy function will store the thumbn...
DETAILS

Zip Code Range and Distance Calculation class

This is a PHP class to do various calculations with zip codes. It''s primary purposes are to calculate the distance between two zip codes and to extract all the zip codes that are within a range of a given zip code. All calculations are based on...
DETAILS

safedata

Safedata is a PHP class that effectively disables both register_globals and magic_quotes. It includes wrapper functions for MySQL / MySQLi''s escape string functions and for htmlentities / htmlspecialchars that allow you to use both string...
DETAILS

activeDBLib

ActiveDBLib is a PHP class to access MySQL or other databases by using various database abstraction libraries. Its primary intention is to hide the differences between the different abstraction libraries, and to provide standard methods for the datab...
DETAILS

Page:
©2003-2019 jCay.com