Guest User

Untitled

a guest
Apr 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. // the layout
  3. header( 'Content-type: application/octet-stream' );
  4. header( 'Content-Disposition: attachment; filename="my-data.csv"');
  5.  
  6. echo $content_for_layout;
  7. ?>
Add Comment
Please, Sign In to add comment