string with a spaces
Posted: Fri Oct 25, 2002 2:57 pm
Please,help me with my little problem:
i need to create string with a spaces(this is a line):
$line=$string1.$space.string2.$space.$string3 ...
$space=" ";
But finally in $line there are no spaces.
How can i insert spaces between strings?
If anyone could help me out that would be great!

i need to create string with a spaces(this is a line):
$line=$string1.$space.string2.$space.$string3 ...
$space=" ";
But finally in $line there are no spaces.
How can i insert spaces between strings?
If anyone could help me out that would be great!