codice:
<?

$choose = Array (
'contattaci.html' => 'Contattaci',
);

$_SERVER['PATH_INFO'] = substr($_SERVER['PATH_INFO'],1);

if (! isset($choose[ strtolower( $_SERVER['PATH_INFO ) ]) )
{
	echo "idx";
}
else
{
	echo "ci sta";
}

?>
Parse error: parse error, unexpected $end in C:\Programmi\Apache Group\Apache2\htdocs\oc\index.php on line 18
La linea 18 è ?>.

Cosa c'è che non va?

Grazie