Most guest books are text files that are parsed by the guest book page and displayed. You can use ASP and the TextStream object with the FileSystemObject to write to text files as each person adds entries. Then, your guestbook page can open the text file, separate it out by something (say each new guestbook entry started with a ~~) and then write it out as such.
Your other option would be to use a database and just store the guestbook entries in a table there.
That should get you started. If you need more info., try doing searches for FileSystemObject and TextStream object. Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.