There is a database Serials in it the id and name_serial fields are filled with this value.
id name_serial 648 Любовь/Ненависть I write such a request
SELECT * FROM `fl_serial` WHERE `name_serial` = 'Любовь/Ненависть' I get this answer
MySQL вернула пустой результат (т.е. ноль строк). why and how to fix it
WHERE name_serial LIKE 'Любовь/Ненависть'Will output something? - ilyaplot