DB_DATA is a class that generates record lists, forms, insert & update queries for any relational database schema. DB_DATA uses PHP arrays to declare tables and can generate a database schema.
Photo Album Website customers store their photos online
The photo album website allows visitors to sign up for an account to store their digital photos online. The admin specifies different account packages stating the number of photos and length of time that the users photo gallery will be displayed online and accessible to their friends and family. The accounts are paid via PayPal.
MailMyForm has been built for the simple HTML programmer only.
Easily add contact forms to your web sites,
Just upload our file, then add some fields to your form and send away.
NO PHP KNOWLEDGE REQIURED
ZIPCodeDistance allows you to determine the approximate distance, in miles, between two USA postal ZIP codes. All you do is enter two valid ZIP codes and the script comes back with the approximate distance between them.
BrijnSMS is a small script written to allow authenticating and logging of messages send thru SMS Client. SMS Client is a UNIX command line based utility which allows you to send SMS messages to mobile phones and pagers. BrijnSMS is written in PHP and uses Mysql as database back-end. The BrijnSMS administrator can create user accounts for people that are allowed to send messages. He can also add people that can receive SMS messages. This is for security reasons. If the services is hacked it is not possible to send SMS messages to random phones. Both Sender and Receiver accounts can be assigned to groups. This way it is possible to hide the Receiver accounts belonging to the family group from a user that is part of the friends group. BrijnSMS is a front-end to SMS Client and handles all SMS services supported by it.
Bunghole is a link indexing system with no sub-categories. Links can be viewed sorted in many ways, has a voting system (listed sites can be rated from their sites as well) that blocks double-voting. Furthermore, it has a newsletter mailing list and comes with a sample database of 300 links (from the Bunghole database). The code is a bit buggy but is an excellent example to show you how to make your own simple link index sites. Bunghole is written in PHP, and uses a MySQL database on backend.