<?php
include './system/common.php';
include './system/functions.php';
include './system/user.php';
$title = ''.Array().'';
include './system/h.php';
$mat = str_replace(array('сука','пидр','даун','далбаёб'));
$select_chat =
mysql_query("SELECT * FROM `chat` WHERE `text` = ".$mat."");
while($chat = mysql_fetch_array($select_chat)) {
echo $chat[text];
}
?>