<?php header('Content-type: text/plain'); header('Content-Disposition: attachment; filename="test.txt"'); header("Content-Length: ". filesize('test.txt')); readfile ("test.txt"); ?>