|
-
Oct 26th, 2001, 09:36 AM
#1
Thread Starter
Hyperactive Member
Help filtering this
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|