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