|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Answer: How do you limit textarea of a form |
| ( #221124=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > input and output > How do you limit textarea of a form contributed by newrisedesigns
In the text of the page, put "X character limit." Then $text = substr($text, 0, X) You can also add the following as a guide to your form-submitters.
Hope this helps
|
|
||||||||||||||||||