I've written a script that merges all data into a csv file. What I'd like to do is stream the data from an array rather than from a file.. is this possible and if it is, how would I tackle this?
Thanks
Instead of HTML, make a "download" php script that does text headers and then just echo the contents of the array.
See header();