Skip to content

Instantly share code, notes, and snippets.

@putzflorian
Created November 20, 2015 14:17
Show Gist options
  • Select an option

  • Save putzflorian/d40fb3ad893311d27bfc to your computer and use it in GitHub Desktop.

Select an option

Save putzflorian/d40fb3ad893311d27bfc to your computer and use it in GitHub Desktop.
<?php
header("Content-type: text/csv");
header("Content-Disposition: attachment; filename=kunden.csv");
header("Pragma: no-cache");
header("Expires: 0");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment