meltingpoint Posted March 6, 2010 Share Posted March 6, 2010 Does anyone know if there is a limit to the number of characters that can be put in a text area? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/194363-form-text-area-content-characters-limit/ Share on other sites More sharing options...
aebstract Posted March 6, 2010 Share Posted March 6, 2010 Are you talking about <textarea> ? Definitely not a php question, but I'm fairly sure it doesn't have a character limit. Link to comment https://forums.phpfreaks.com/topic/194363-form-text-area-content-characters-limit/#findComment-1022432 Share on other sites More sharing options...
meltingpoint Posted March 6, 2010 Author Share Posted March 6, 2010 aebstract.............thanks. Just thought someone running php scripts logging form information might know that answer or have run across problems with such a thing. Thanks Link to comment https://forums.phpfreaks.com/topic/194363-form-text-area-content-characters-limit/#findComment-1022439 Share on other sites More sharing options...
inversesoft123 Posted March 6, 2010 Share Posted March 6, 2010 <textarea cols='10' rows='3' name='comtxt' maxlength='500'></textarea> May work. Forced limit 500 chars. lol not sure :-p Link to comment https://forums.phpfreaks.com/topic/194363-form-text-area-content-characters-limit/#findComment-1022442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.