Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Sun Jul 10, 2005 9:55 pm Reply with quote

Testing an application that creates a CSV using
Code:
    header("Content-Type: text/x-csv");

    header('Content-Disposition: attachment; filename="s'.$SyncID.'.csv"');
    echo $csv;


where $SyncID is an integer, and $csv is a string that contains 2 or more lines (terminated with \r\n) of comma separated text.

Using IE, everything works great. But using Firefox, the lines in the .csv file are wrapped at 990 characters. This doesn't bother Excel, but drives the other application I'm trying to import into NUTS.

If I open the CSV file in Excel, and save it as CSV, the double quotes around the fields are removed, but the line still wraps at 990 characters.

Could this be caused by a PHP.ini setting, a FireFox setting, or the header type I'm using, or is it just a quirk of FireFox?

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Jul 11, 2005 12:42 am Reply with quote

Try this, although I don't think it will help, but just for grins and giggles
Code:
header("Content-type: application/csv");
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©