guarda ho fatto cosi

codice:
$path= &Server.MapPath ("/data/");
$db_name= "miodb.mdb";
$dsource=$path.$db_name;
....
e ricevo questo errore

codice:
Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' or `'('' in c:\appserv\www\miosito\php\connessione.php on line 2
che significa?

:master: