Double quotes getting removed in query

Sorry for the late reply i have a lot to do - but still thanks for tying to help here is that var_dumps

The name without mysqli_real_escape_string()
string(15) "samsung 27" LED"
And with
string(16) "samsung 27\" LED"

So it looks like there is no problem with escaping, can’t it be something with the database itself?