A guestbook based on Php and Mysql. Supports an admin function for editing and deleting the items. A filter is also included. Easy to install. Written in German.
Have you ever wanted to provide your visitors with an easy way to translate the page? Here is a small PHP script that will enable you to automatically translate your webpage using the Google and Bablefish translation services. No configuration required, very easy to use!
Alphabook is a PHP/MySQL-based guestbook script. written with PHP and MySQL. Features: E-Mail-notification, HTML code filter, ICQ status indicator, and ability to change/delete entries and change the design in the Admin-Center. Currently the Alphabook is only available in German.
Cookbook Online is a PHP/MySQL-based program to create a recipe collection on your site. Your visitors can draw recipes from and add recipes to the collection.
This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an HTML table or XML document from an ADOdb result set or an array. Since the output of each SQLGen method is a SQL query string, the library is compatible with ADOdb, PEAR DB, PHPLib, and any other database abstraction layer that can execute SQL query strings. Useful for constructing complicated SQL queries that vary according to the situation. Different if-then clauses can push items onto from the argument array - SQLGen will take care of inserting commas and "ands" into the query string as necessary.