Hello,
my problem is in fact that i have an cms like application in php, my template is given out as string via the echo-function. But whenever i just want to give out my csv-file for download there is also a bit of template-code included. This must be because of the fact, that the header function cannot be stoped after the csv-code is given out.
How can i solve this problem?
Grettz
Stefan
Trouble with the output of a csv-file
Moderator: General Moderators
-
Stefan Heitmann
- Forum Newbie
- Posts: 4
- Joined: Tue Jun 19, 2007 8:38 am
Re: Trouble with the output of a csv-file
Stefan Heitmann wrote:This must be because of the fact, that the header function cannot be stoped after the csv-code is given out.
We probably need to know more about your code.
-
Stefan Heitmann
- Forum Newbie
- Posts: 4
- Joined: Tue Jun 19, 2007 8:38 am