Simple ForumThis is a couple of PHP scripts for allowing users to leave comments on your Web site. The main part of the program is the module, annotate.php that can be ...
This is a couple of PHP scripts for allowing users to leave comments on your Web site. The main part of the program is the module, annotate.php that can be placed on any php3 page to allow users to add their comments. The comments are stored in a file in the current directory, whose name is constructed by adding ".comment" to the calling page`s name, and merged into the calling page dynamically.