Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //Output the file
  2. header("Content-type: text/plain");
  3. header("Content-Disposition: attachment; filename=".$myfile_name.".csv");
  4. header("Content-Length: ".@count($file_name) + 1);
  5. echo $csv_file;
Add Comment
Please, Sign In to add comment