6 Jun 2015

Create a Word Document from html using Php

Method-1:
header("Content-type: application/vnd.ms-word");
header("Content-Disposition: attachment;Filename=filename.doc");




.........Complete Html........



Method-2: Download File from Github Read More

No comments:

Post a Comment