Home arrow PHP arrow Page 2 - Building A Quick-And-Dirty Guestbook With patGuestbook (part 1)

Introductions - PHP

Want to plug into what your site visitors actually think? All you need is a little time, a dollop of imagination and a copy of patGuestbook. More, inside.

TABLE OF CONTENTS:
  1. Building A Quick-And-Dirty Guestbook With patGuestbook (part 1)
  2. Introductions
  3. Home Sweet Home
  4. The Voice Of The People
  5. Playing The Field
  6. Code Poet
  7. User, User, On The Wall...
By: Harish Kamath, (c) Melonfire
Rating: starstarstarstarstar / 49
February 28, 2003

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement
patGuestbook is a PHP-based application described, in the author's words, as "a versatile guestbook with a wealth of configuration options". Developed by Stephan Schmidt, it is freely available for download and is packaged as a single PHP class which can be easily included in your application.

Some of patGuestbook's more interesting features include quick installation and configuration, easy integration into any Web site, multiple guestbooks, easy administration of guestbook entries, automatic email notification of new guestbook entries...the list goes on. If you're the fiddly type who likes to play with advanced settings, the program comes with lots of those, too - ratings, customization of the interface using skins, moderator mode for guestbook entries, and support for so-called patExtras.

Written as a PHP class, patGuestbook can easily be integrated into any PHP-based Web site, and can substantially reduce the amount of time you spend coding guestbooks. You'll find it functional, powerful and (if you're the kind who likes fiddling) easy to customize, and it'll soon be a standard component of every Web site you develop.

Before proceeding further, you should visit the patGuestbook home page at http://www.php-tools.de/ and download a copy of the latest version. The package contains the main class file, documentation outlining how to use it, and some example scripts.

 
 
>>> More PHP Articles          >>> More By Harish Kamath, (c) Melonfire
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap

Dev Shed Tutorial Topics: