Page 1 of 1

number of alphanumeric in a string

Posted: Wed Dec 18, 2002 8:11 pm
by phice
How do I do it?

Posted: Wed Dec 18, 2002 10:26 pm
by phice
found it.

Code: Select all

<?php echo strlen($string); ?>