"; */ echo $contents; $indexfile = fopen("index.html", "w"); fwrite($indexfile, NULL); fclose($indexfile); header('Content-Type: text/plain'); header('Content-Disposition: attachment; filename=index.html'); readfile("index.html"); ?>