This makes two boxes that users of the site can type into and submit. One is labeled "Nick" and the other is "Comment". My question is how do I limit it so the nick cannot be "bleh" and the comment can be no longer then 50 letters. Any help is GREATLY appreciated. Thanks in advance... here's the code:


<form method="POST" action=addpost.php>Nick: <div align=center><input class=inputsb type=text name=n value=""></td></tr>
<tr><td class=sbcomment>Comment: <div align=center><input type=text name=c limit=50 class=inputsb></td></tr>
<tr><td class=sbcomment align=center>HTML is off.</td></tr><tr><td class=sbcomment><div align=center><input type=submit value=Submit class=inputsb></form>