I\'ve seen this asked before and I am having trouble getting this to work properly after trying a number of solutions. The problem is I can\'t get my data to export into a c
Place, ob_end_clean(); before you output the csv.
ob_end_clean() meaning: "Clean (erase) the output buffer and turn off output buffering" - PHP manual.