|
Posted by Zeff on 10/15/03 11:28
Thanks folks,
with your help, problem was solved!
Zeff
chotiwallah wrote:
> Zeff wrote:
>
>>Hi Micha,
>>
>>Thanks for your suggestion. I checked out this option before, but I get
>>an error message.
>>"Warning: Cannot modify header information - headers already sent by
>>(output started at /var/www/myfile.php:4) in /var/www/myfile.php on line
>>208"
>>
>>Should I edit my php.ini?
>>
>>Zeff
>>___
>
>
> well yes, only one header allowed per script.
>
> your error is produced by sending output to the browser before you send
> the header. send the headers 1st thing or buffer the output.
>
> in your special case i would make sure that no output except the csv
> data is sent, so this data is not messed up in some way.
>
> micha
>
Navigation:
[Reply to this message]
|