Пример #1
0
function clear_rep(&$var)
{
    $db = new data_base();
    strip_tags(mysqli_real_escape_string($db->get_id_db(), trim($var)));
}