RE: [PHP] HELP!!! Word count

2002-07-11 Thread Shane
ane -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 6:20 PM To: Dan McCullough; PHP General List Subject: RE: [PHP] HELP!!! Word count if i remember correctly there was something on word counts posted in the last week or or .. maybe even last coup

RE: [PHP] HELP!!! Word count

2002-07-11 Thread John Holmes
You can use explode() to split the text up into words, and then count them up. You can use strlen() or substr() or something to see how many "lines" there are...whatever you define a line as. Look up other useful functions at http://www.php.net/manual/en/ref.strings.php. I really think you'd be

RE: [PHP] HELP!!! Word count

2002-07-11 Thread Peter
if i remember correctly there was something on word counts posted in the last week or or .. maybe even last couple days... have a scroll thru and u will find it :) > -Original Message- > From: Dan McCullough [mailto:[EMAIL PROTECTED]] > Sent: Friday, 12 July 2002 11:08 AM > To: PHP