String Manipulation Enter some text here: Find the text length Reverse the text Change to all uppercase Change to all lowercase Make the first letter of all words uppercase File: strings.php String Result $txt = $_POST['txt']; $fcn = $_POST['fcn']; echo( $fcn( $txt ) ); ?>