Show Output
Strip Whitespace from Both Ends of a String in PHP
Before:"; echo "
$str
"; echo "
After:
"; echo "
$trimmed_str
"; ?>