<?php $str = 'abcdef'; echo strlen($str); // 6  $str = ' ab cd '; echo strlen($str); // 7 ?>  

Continue reading

Read more of this post