Код:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /www/funny-bg.net/www/root/xads/show.php on line 9
това е системата на семпром
xADS
от сорсфордж
ето 9ти ред
// променливи от URL
foreach($_GET as &$g) {
if ( (!(int)$g) && !(is_array($g)) )
{
strip_tags($g);
addslashes($g);
htmlspecialchars($g);
}
}
моля помогнете ^^