header("Content-Type: text/plain; charset=iso-8859-1"); header("Content-Disposition: attachment; filename=".$nombre); readfile("Listado.txt"); exit;