How to place multiple white space between two strings?
Posted: Fri Aug 15, 2003 9:30 pm
Hi there!!
Here is my two string variables:
$var1 = "Monday";
$var2 = "Friday";
I want to print $var1 & $var2 so that there will be two white space in between.
i.e. Monday Friday
Can you plase help me?
Here is my two string variables:
$var1 = "Monday";
$var2 = "Friday";
I want to print $var1 & $var2 so that there will be two white space in between.
i.e. Monday Friday
Can you plase help me?