Click to See Complete Forum and Search --> : Creating a Discussion Boards/Forum
tresesert
September 3rd, 2002, 02:47 PM
I am just starting to look into creating a simple discussion board and am looking for some direction. Can anyone direct me to sample code or how-to for this? Also, can it be done using just html and javascript? Thank you for you time.
Waldo2k2
September 11th, 2002, 08:21 PM
Sadly javascript cannot do this as it is a client side scripting language and cannot save information to a server (to keep track of messages) look into a server side language called PHP. I think you'll like it. And if you want to you can look into the microsoft equivilant ASP (but i don't recommend it).
tresesert
September 12th, 2002, 04:03 PM
Thank you, I have used PHP and like it very much. I didn't know if it was possible to have a javascript reside on the server side or not... so you answered my question. Thanks again.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.