<?php $dosya = "ahmet.exe"; header('Content-disposition: attachment; filename='.$dosya.''); header('Content-type: application/octet-stream'); readfile($dosya); ?>