We had to make a web site last semester for a class, so I kinda got interested playing around with HTML and writing stuff like that for my site. I have no formal knowledge of any of this, so I just sorta learn by trial-and-error and messing around. I'm pretty computer illiterate.
Anyway, I was looking at how to make a very basic message board format using HTML or something like that. I was playing around with this site http://jaw.iinet.net.au/programming/messageboard.html and looking at this script here http://jaw.iinet.net.au/cgi-bin/showscript.cgi?post.cgi, and realized it'd be easier to ask someone than play with it for a month and still have no idea what I was doing
.
I was just wondering if I'm on the right track? Is is possible to make a basic message board (something basic, for myself and some friends, like less than 15 members) using this concept? Or is this way over my head and more complex than I think it would be? If anyone has any links that might help me, feel free to post 'em.

[edit]
(...keep in mind I don't even know what Perl is, lol. I know some HTML and C (for math programs at school) concepts and stuff, and have played around with pre-made Java and CSS scripts. But I don't even know any of the basic theory behind programming or the extent of various HTML/Java/etc capabilities... so I probably sound like a rambling idiot right now trying to describe something I know nothing about, lol.)
Anyway, I was looking at how to make a very basic message board format using HTML or something like that. I was playing around with this site http://jaw.iinet.net.au/programming/messageboard.html and looking at this script here http://jaw.iinet.net.au/cgi-bin/showscript.cgi?post.cgi, and realized it'd be easier to ask someone than play with it for a month and still have no idea what I was doing
I was just wondering if I'm on the right track? Is is possible to make a basic message board (something basic, for myself and some friends, like less than 15 members) using this concept? Or is this way over my head and more complex than I think it would be? If anyone has any links that might help me, feel free to post 'em.

[edit]
(...keep in mind I don't even know what Perl is, lol. I know some HTML and C (for math programs at school) concepts and stuff, and have played around with pre-made Java and CSS scripts. But I don't even know any of the basic theory behind programming or the extent of various HTML/Java/etc capabilities... so I probably sound like a rambling idiot right now trying to describe something I know nothing about, lol.)

Please Scroll Down to See Forums Below 















I've never taken any programming class, lol, but HTML is really easy to pick up on after reading and playing with the lines of code, so if it's possible in HTML or borrowing pre-made JS, I could figure that out. I think Java is more like a 'real' programming language, but I totally couldn't do any of that from scratch with the math and such that I've seen in there.