PDA

View Full Version : Creating a simple Guestbook


Mickells23
11-08-03, 05:53 PM
I have no problem using Html and am even deft enough with VB.However I am still a newbie. I wish to create a simple guestbook for a website(name,URL,Comments etc) but have no idea how to do so.I have downloaded tutorials but while they clear some things up for me, I am still confused on certain issues e.g, How do I create an .asp file?,Must I be running my own webserver for the guestbook to work or can I just upload it to the server that I use e.g free webspace maybe?
Any help would be appreciated.
Cheers
Mike

argosy
11-14-03, 10:46 PM
You should check the site asp101.com, they have some good information on asp and databases.

Here are the steps:

1) create a form that collects the info you want in your guestbook.
2) once form submitted, write info to a database
3) display a thanks for info message

If you need help, I can create a guestbook for you.