Show Output
Example of Stripping Whitespace in PHP
"; $trimmed_str = rtrim($my_str); echo "Length of string after removing the space - " . strlen($trimmed_str); ?>