Strings Php

$text = "\t\t\tlots of room  ";
$text = ltrim( $text );
print "
$text
";
?>