Title: Discussion Forum in ASP
Description: Add multiple Discussion Forums to your site with this code. Users can post messages to various forums and view the message list in a <B>threaded format</B> (the message comes first, then all the replies, in a tree-like structure)
<P>It provides advanced forum features such as:
<UL>
 <LI>Multiple Forums<BR>
 You need not create separate tables when you decide to add more Forums to your site. Just add a new Forum in one place!
 <LI>Threaded Message Display<BR>
 So you can keep track of the messages and replies. Each message forms part of a hierarchical tree.
 <LI>Complete Information on every message<BR>
 The message display includes a list of all replies to the current message, plus a link to the original message (to which this is a reply)
 <LI>Fully Customizable<BR>
 All the customizable aspects have been isolated into one file (CONFIG.INC), so you can modify the script without fear of breaking the code. 
 <LI>Cookies to store names<BR>
 The same user need not enter his name more than once; cookies do the trick automatically.
 <LI>No hardcoded paths<BR>
 So you don't need to fumble when you are trying to run the script for the first time. All paths are relative to the current directory, and you can modify that by changing a Constant in ONE single place.
</UL>
If you're learning ASP, you can go through the well-documented code to see how records are inserted, updated and retrieved from a database.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=6376&lngWId=4

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
