Цитата:
IncreMan:
Ругается, пишет Parse error: parse error, unexpected '{' in w:\home\localhost\www\script\index.php on line 12
|
Там нехватает скобки: замени
if (in_array($res, $links) { на
if (in_array($res, $links)
) {
Также в приведенном коде есть еще ошибка:
include ("$_GET["user"]/$res.htm"); нужно заменить на
include ("{$_GET['user']}/$res.htm");