foreach($_POST AS $key => $value)
{
$key = trim(stripslashes($value));
}