Re: [PHP] Re: counting chars..

2004-12-16 Thread Sebastian
, 2004 6:09 AM Subject: [PHP] Re: counting chars.. > Louie Miranda wrote: > > > > $string = "function yes good"; > > $display = count_chars($string); > > > > echo $display; > > ?> > > > > i know this is wrong, but how can i count

[PHP] Re: counting chars..

2004-12-16 Thread M. Sokolewicz
Louie Miranda wrote: echo $display; ?> i know this is wrong, but how can i count chars used here? strlen() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php