I am generating Word docs with PHP. Since headers, footers, margins, etc. can't be set by generating it via PHP (as far as I can tell even though I'm on a Windows server with COM available), I was wondering if this would work:
Create a Word document with all the headers, page numbers, etc. and upload it to my MySQL DB. When I generate my original doc from PHP, can I call that document to be opened and simply update with the information I am generating from my DB?