Validating a textarea
Posted: Sat Jul 10, 2010 1:53 am
<form id="form1" name="form1" method="post" action="thanks.php">
<label for="text"></label>
<textarea name="text" id="text" cols="87" rows="9"></textarea>
<br/> <br/><br/><input type="submit" name="submit" id="go" value="Submit" />
</form>
This is my form, i want to validate the textarea : only letters, space and numbers allowed. i want to avoid "+-*()?|/\"
can any one help me ? i want to validate with php ....
<label for="text"></label>
<textarea name="text" id="text" cols="87" rows="9"></textarea>
<br/> <br/><br/><input type="submit" name="submit" id="go" value="Submit" />
</form>
This is my form, i want to validate the textarea : only letters, space and numbers allowed. i want to avoid "+-*()?|/\"
can any one help me ? i want to validate with php ....