Hi I just want to know how can I display more than 2 spaces in a string.
IF i have a string like
$str="(10 spaces)hello";
and If print this string it only returns the string with only one space instead of the 10 spaces
what can I do to display all the spaces before and after the string ???