MLChat is a simple web-based chat program written in PHP. Features are: Supports HTML tags, Supports actions, No need to connect anywhere, Nice colour interface, Highly configurable, Introduction page requesting nickname, and Easy to install & use. MLChat can also be used as an add-on for PHPNuke or phpBB, or maybe stand-alone.
NadForm is a simple form processor written in PHP. It is designed to process five types of fields: text field, dropdown menu, text area, radio button and checkboxes. It allows you to specify required fields and proceed only if all fields have been completed. Very easy to customize.
TF (Trouble Free) MailForm is an easy alternative to the other form emailing scripts. Features include: Text or HTML emails, Alphabetic or User-defined sort, Auto-redirect, Easy to configure, and more.
The PHP Report classes are used to create html report pages from a generic result set array. A result set is any array you can came up with. That usually means the result of a sql query, and normally it is not ready for display. The classes here are used to parse that result using HTML templates.
Sometimes you need to process your result before sending it to the user. Think of
a shop cart. You have to list products, add columns, multiply one column with another,
format the fields, so dates and floats coming from the database or operations dont show up as 8 decimal digits and strange date patterns to the user, etc. All of these and more is be done by this class. Just feed in your result anda HTML template and you will get a nice html page to show to the user.
phpPosterSearch allows you to create your own Posters Search engine using the AllPosters.com Affiliate Program. You can configure the top-seller categories that appear on the main page, and allow users to search the AllPosters.com catalog from your website, making this poster search very profitable.
This script takes the information from a given RSS feed and parses the data into an array so that you can take care of the formatting or do whatever you like with the data, I use the system to grab information from many news sources and place it in a MySQL database for later perusal.