I have a string with commas between each word to seperate them i.e. car,tent,pan,torch
I want to split the string at each comma and be able to take each separate string and insert it into my database.
• So split the string at each comma,
• loop through each value inserting it into my database