kpetsche20 Posted June 5, 2008 Share Posted June 5, 2008 How do you count words in a Input box? Link to comment https://forums.phpfreaks.com/topic/108915-how-do-you-count-words-in-a-input-box/ Share on other sites More sharing options...
trq Posted June 5, 2008 Share Posted June 5, 2008 With Javascript. Link to comment https://forums.phpfreaks.com/topic/108915-how-do-you-count-words-in-a-input-box/#findComment-558750 Share on other sites More sharing options...
DarkWater Posted June 5, 2008 Share Posted June 5, 2008 Yes, for "Live" word counts. In PHP you could do: $words = count(explode(" ", $post)); Link to comment https://forums.phpfreaks.com/topic/108915-how-do-you-count-words-in-a-input-box/#findComment-558751 Share on other sites More sharing options...
.josh Posted June 5, 2008 Share Posted June 5, 2008 How do you count words in a Input box? I usually use my fingers. If I run out of fingers.... it probably wasn't that important anyways. Link to comment https://forums.phpfreaks.com/topic/108915-how-do-you-count-words-in-a-input-box/#findComment-558775 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.