Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

i'm trying to create a CSV using this solution: Creating csv file with phpCreating csv file with php

Something is wrong, i keep getting data stuffed into one cell like this:

enter image description here

each value should be in an own cell .. any ideas what's wrong? seems like the csv uses the wrong delimiter.

thanks

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:

enter image description here

each value should be in an own cell .. any ideas what's wrong? seems like the csv uses the wrong delimiter.

thanks

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:

enter image description here

each value should be in an own cell .. any ideas what's wrong? seems like the csv uses the wrong delimiter.

thanks

Source Link
Fuxi
  • 7.6k
  • 27
  • 96
  • 141

PHP Creating CSV not working as expected

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:

enter image description here

each value should be in an own cell .. any ideas what's wrong? seems like the csv uses the wrong delimiter.

thanks