Re: [PHP] setting header() for csv file

2003-08-14 Thread David T-G
Hi again -- ...and then David T-G said... % ... % How do I construct the headers so that the browser says "Oh, this is a It turns out that my header attempt was good and I just had to try again. I don't *think* I had the same blank-line-of-output as mentioned in the manual, but it's possible :-)

[PHP] setting header() for csv file

2003-08-14 Thread David T-G
Hi, all -- I have a collection of files on disk which each contain a serialized array. I currently loop through those and parse them to display the values in a table, and now my client would like to additionally be able to download the data in CSV format. It's no big deal to change how I print t