In PHP, strings are concatenated together as follows:
$foo = \"Hello\"; $foo .= \" World\";
Here, $foo becomes \"Hello World\"
$foo
The simplest way with quotation marks:
B=Bar b=bar var="$B""$b""a" echo "Hello ""$var"