Possible Duplicate:
Parse error: syntax error, unexpected ‘(’, expecting ‘,’ or ‘;’ in
I'm getting the following error:
Parse error: syntax error, unexpected '.', expecting ',' or ';' in xxx on line 19
On this line:
public $metad_name = "lol" . "lol";