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