kpetsche20 Posted June 5, 2008 Share Posted June 5, 2008 How do you count words in a Input box? Quote 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. Quote 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)); Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.