tutorial for a 'post messages' page

windows

Guest
Can anyone please point me in the right direction for a HTML tutorial on how to create a 'post messages' page? I would like to create a real basic page within a site that will allow users to post a message.<br />
<br />
Thanks!<!--content-->You are going to need to use some sort of serverside language, such as PHP, Perl, etc... Here's a simple PHP version: <!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=10856&highlight=guestbook">http://forums.webdeveloper.com/showthre ... =guestbook</a><!-- m --><!--content-->I would reccomend asp.net :) But thats only because it is awesome and its what I happen to use ;)<!--content-->I recommend purple yin (<!-- m --><a class="postlink" href="http://www.purpleyin.com">http://www.purpleyin.com</a><!-- m -->). If you know basic html, it's awesome. Out of all the scripts I've ever installed, this one was easiest to do and easiest to modify with your own info. Appears to work great. Looks nice on the screen. Many features.<!--content-->The scritping its self is extremly simple with any server side language its very basic, unless you incorperate it into your login system and track the im addresses but all its doing is adding data to a data base and then another page displays it. Look at <!-- w --><a class="postlink" href="http://www.clanknights.vze.com">www.clanknights.vze.com</a><!-- w --> thats what I have it does just what we are talking about.<!--content-->
 
Back
Top