Re: [PHP] counting chars..

2004-12-15 Thread Robby Russell
On Thu, 2004-12-16 at 14:28 +0800, Louie Miranda wrote: > $string = "function yes good"; > $display = count_chars($string); > > echo $display; > ?> > > i know this is wrong, but how can i count chars used here? php.net/strlen ? -Robby -- /*** * Robby Russel

Re: [PHP] counting chars..

2004-12-15 Thread Jake Press
Hi Louie, Excellent example! i wish more users would take the time to provide such clear examples. The strlen() exists for you :) ie. echo $display; ?> :) Best Regards Jake Press Louie Miranda wrote: echo $display; ?> i know this is wrong, but how can i count chars used here? -- PHP General

[PHP] counting chars..

2004-12-15 Thread Louie Miranda
i know this is wrong, but how can i count chars used here? -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php