number of alphanumeric in a string
Posted: Wed Dec 18, 2002 8:11 pm
How do I do it?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php echo strlen($string); ?>