PHP Find out the length of a string – PHP April 14, 2011 4 Comments <?php echo $length = strlen("Efforts"); // 7 ?>