è php, non visual basic
http://php.net/manual/en/language.variables.basics.php
http://php.net/manual/en/language.operators.string.phpVariables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is case-sensitive.
The first is the concatenation operator ('.'), which returns the concatenation of its right and left arguments.