<?php $file = "fisier.ext"; header("Content-type: application/octet-stream\n"); header("Content-disposition: attachment;filename=$file\n"); readfile($file); ?>