I don't understand, the function doesn't exist, and even if I change it to some absurd names, it still doesn't work. Can anyone find the problem?
function mss($value){
$data = mysql_real_escape_string(trim(strip_tags($value)));
return $data;
}
EDIT: I forgot to mention, its XAMPP