<?PHP

function mysqlclean($text){
    
$text mysql_real_escape_string($text);
    return 
$text;
}

?>