è php, non visual basic

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