How set requirements for text input field (html/php) ?

RitualMast3r

New Member
In my php script i have this input field.\[code\] <input type="text" name="try" size="10" id="try" maxlength="5" >\[/code\]What is the easy way to make i require 5 characters and show an error message if they are not only letters.
 
Back
Top