i'm trying to create a CSV using this solution: Creating csv file with php
Something is wrong, i keep getting data stuffed into one cell like this:
each value should be in an own cell .. any ideas what's wrong? seems like the csv uses the wrong delimiter.
thanks