Ошибка
Fatal error: Uncaught Error: Call to undefined function mysql_escape_string()
if(isset($_GET['go']))
$go = htmlspecialchars(strip_tags(stripslashes(trim(urldecode(mysql_escape_string($_GET['go']))))));
else
$go = "main";
Если меняю на mysqli_real_escape_string
Warning: mysqli_real_escape_string() expects exactly 2 parameters, 1 given