> > $variables shoud be concatenated with '. instead of using "$var strng".
> -1. I prefer "$var string".

$var." string" is less ambigious. Actually it should be $var.' string' as
"$var string" and '$var string' behave differently $var.' string' and $var."
string" work the same.

- James

Reply via email to