csv export with php
Posted by sergey - 05/03/11 at 01:03:27 pmheaders for exporting data as csv file download.
header(”Content-type: application/x-msdownload;charset=utf-8″);
header(”Content-Disposition: attachment; filename=name_”.date(’d.m.Y.G.i’).’.’.$type);
header(”Pragma: no-cache”);
header(”Expires: 0″);
echo pack(”CCC”,0xef,0xbb,0xbf); // bom to tell fucking Excel that its utf8
March 5, 2011 | In Uncategorized |
No Comments yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment