HTML Message Board

liunx

Guest
hi there,<br />
I was wondering if anyone knew how to create a good HTML message board! something easy like on this band's website<br />
<!-- m --><a class="postlink" href="http://www.theminiatures.com">http://www.theminiatures.com</a><!-- m --><br />
<br />
does anyone know of a good tut to point me to?<br />
Thanks for any help.:)<!--content-->Well you can't create something like that with just HTML. You need to use a server-side programming language like ASP or PHP, as well as a database backend to store the message data.<br />
<br />
Do you know any server-side programming or what languages your server supports?<br />
<br />
If that is all a bit over your head you can go to somewhere like <!-- w --><a class="postlink" href="http://www.bravenet.com">www.bravenet.com</a><!-- w --> and get a free messageboard that is hosted for you.<!--content-->you can't write a message board in HTML by itself.<br />
<br />
You need some kind of server side script (CGI, ASP or PHP are the most common) to handle submissions to the board, and writing out the data for the actual threads and posts.<!--content-->
 
Back
Top