{% else-1 %}
NTL * 18.08
(30 дек 2013, 20:00) (0/0) [0]
~AL~,Понятно,хотя у меня в двиге норм робит
NTL * 18.08
(30 дек 2013, 19:52) (0/0) [0]
~AL~,С чего это вдруг?
NTL * 18.08
(30 дек 2013, 19:50) (0/0) [0]
<? function filtr($text) {
$text = strip_tags($text);
$text = str_replace(\'&\',\'\', $text);
$text = str_replace(\'$\',\'\', $text);
$text = str_replace(\'<\',\'&lt;\', $text);
$text = str_replace(\'>\',\'&gt;\', $text);
$text = str_replace(\'~\',\'\', $text);
$text = str_replace(\'`\',\'\', $text);
$text = str_replace(\'#\',\'\', $text);
$text = str_replace(\'*\',\'\', $text);
$text = str_replace(\'%\',\'\', $text);
$text = str_replace (\'\\n\',\' \', $text);
$text = str_replace (\'\\r\',\'\', $text);
$text = htmlentities($text, ENT_QUOTES, \'utf-8\');
return $text;
} ?>
NTL * 18.08
(30 дек 2013, 19:48) (0/0) [0]
echo \"<a href=\"reg_site.php?site=\'.mysql_real_escape_string(trim($_GET[site])).\'\">Назад</a></div>\";
  • 1 из 1