Hi i had a web form with an input text area in it I need to give some restrictions to user in that text area.
1. Need to deny users to type "<",">" these symbols in that text area.
2. Also deny from type more than 400 characters...
I used php to make that web page...
Please Help me .. Thanks