rrrmanish Posted July 19, 2009 Share Posted July 19, 2009 I want to limit the minimum numbers of charters in this article submission Page(Php file attached) to minimum of 400 or greater Problem: The Article text box should have a minimum no of words=>400 [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/166533-need-help-minimum-word-limit/ Share on other sites More sharing options...
anatak Posted July 19, 2009 Share Posted July 19, 2009 I think you should post this in the php forum This forum is for css questions sorry I did not look at your php code but I one way to do this would be to strlen() your $_POST['article'] that will give you the total of chars in the string look here http://jp.php.net/manual/en/function.strlen.php maybe an admin can move this post ? Link to comment https://forums.phpfreaks.com/topic/166533-need-help-minimum-word-limit/#findComment-878324 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.