<? $e1=mysql_query("SELECT * FROM `antimat`"); while($mat=mysql_fetch_array($e1)){ $l1="*МАТ*"; $msg= str_ireplace($mat[mat],$l1, $msg); } ?>