Guest User

Untitled

a guest
Feb 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. file_put_contents($csv_filename, $csv_data);
  2. header("Content-type: text/x-csv");
  3. header("Content-Disposition: attachment; filename=".$csv_filename."");
  4. echo($csv_data);
Add Comment
Please, Sign In to add comment