Hello. There is a variable
$slova = "Рыба, Кот, Мышка, Дом"; How can I get each word separately and add it to the database, the table slova , to get something like this (in the database):
id 1 | name Рыба id 2 | name Кот id 3 | name Мышка id 4 | name Дом I would be very grateful for the help and any useful information.