<?php
header("Content-type: application/vnd.ms-word");
header("Content-Disposition: attachment; Filename=mificheroword.doc");
?>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Hola mundo</h1>
<p>En un lugar de la Mancha</p>
<p>de cuyo nombre no quiero</p>
</body>
</html>
nice information for the freshers.thank you.
learn php7 tutorial