Create Downloadable CSV File from PHP Script
- by Aphex22
How would I create a formatted version of the following PHP script as a downloadable CSV file from the code below (1.0)
At the moment the fputcsv function is currently dumping the unparsed PHP/HTML code into a CSV file. This is incorrect. The downloaded CSV file should contain the columns and rows generated from the code at (1.0) as shown in the…