I want to create a .doc file in PHP, the only method I found "easy" was to save the document as a html doc (in word with all the layout done etc) and then replace parts like {name} (str_replace etc), then save it with a .doc extension - it worked. However, I want an easier method to be able to do this, so you know any PHP classes or a better methods to create documents please tell me.
P.S I dont want to create PDFs as I want it openable in word.





Reply With Quote



