(30 дек 2013, 20:00) (
0/
0)
[
0]
~AL~,Понятно,хотя у меня в двиге норм робит
(30 дек 2013, 19:52) (
0/
0)
[
0]
~AL~,С чего это вдруг?
(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(\'<\',\'<\', $text);
$text = str_replace(\'>\',\'>\', $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;
} ?>
(30 дек 2013, 19:48) (
0/
0)
[
0]
echo \"<a href=\"reg_site.php?site=\'.mysql_real_escape_string(trim($_GET[site])).\'\">Назад</a></div>\";