Hello. I have an html form with input (text). The user should insert data into this form and separate it by commas. Each value should be inserted into the database separately.
For example input: apple, window, door, pencil
PHP insert into mysql Apple as separate field, window as separate fields and so on...
I tried some manipulation with arrays but no luck...
For example input: apple, window, door, pencil
PHP insert into mysql Apple as separate field, window as separate fields and so on...
I tried some manipulation with arrays but no luck...