I am exporting some text to csv using php. The problem is that the text sometimes contains the csv delimiter. The user decide what the delimiter will be so i can't change it. How do i make the text go into one cell and not split into different cells?
thank you all