Article Manager makes it easy for non-technical users to update and manage articles, news stories, headlines, and editorials. Users add/edit articles without modifying HTML or adding new pages; upload photos for each article; format text with the WYSIWYG editor. Other features include: subcategory publishing, user access levels, advanced customization, powerful search engine, customizable database. Customize the HTML templates to suit your design. Fully rebrand this Private Label software! 90-day money-back guarantee.
Designed to suite small to medium sized businesses, to display and sell up to a recommended 200 individual products online. Installation on a web server is mostly automatic. It currently has in-build support to automatically integrate with PayPal and PayMate. Also has a customize-able order form for cheques and money-orders. Easy-to-use online. Check out the website for further information and an online demo.
The People Database is an application for social service agencies to manage information about low-income people who are requesting aid. It is being written with PHP, using PostgreSQL as the backend. Visit the web site for a demo.
Igloo is a weblog application written in PHP which powers such sites as Mr. Penguin (http://mrpenguin.org) and Class of 97(http://classof97.org). Igloo uses a MySQL database on backend for data handling. It currently features article posting, polls, user registration and management, article commenting, and more.
a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folder. An example use is
$serverPath = getServerPath();
$serverPath .= nameOfPageToBeRequested;