<?php
header("Content-Disposition: attachment; filename=exp2.html");
echo file_get_contents('exp2.html'); 
?>