Hi.
I was wondering how you would go about emulating
header('Content-Type: application/csv');
header('Content-Disposition: attachment; filename=' . 'test' . '.csv');
but instead of getting a file...I would like to load all the data into
a variable.
Is this possible?
I was wondering how you would go about emulating
header('Content-Type: application/csv');
header('Content-Disposition: attachment; filename=' . 'test' . '.csv');
but instead of getting a file...I would like to load all the data into
a variable.
Is this possible?
Comment