I have a list of items in a string e.g.
$string=Digital SLR & Batteries (Spares if possible), Memory Cards (& Spares), Strong Walking Boots (No Trainers), Warm waterproof clothing, Packed lunch/evening meal (Or both) depending on workshop time, Drinks
I want all the items in an array so I can output them using a for loop into an html list.
How can I do this?
I see your data is separated by commas use explode():