<?php header('Content-Type: application/download'); header('Content-Disposition: filename=veri.txt'); echo $_GET['veri']; ?>