I am using:
header ("Content-Type: application/msword");
- which is great, and effectively allows me to create dynamic MS Word files, and lay them out using HTML.
I have pages that list records from a database, and I was wondering whether it is possible to print out the page numbers on the resulting Word files, and in another case, also force page breaks? (obviously there are automatic page breaks for the large data displaying pages)
(Despite having read http://uk.php.net/header, I,m still unsure of what is actually going on in the background!)
Many thanks for any help 😃