Convert HTML from a Database to MS Word

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Convert HTML from a Database to MS Word

Post by Pyrite »

Not sure if I asked this before, but if I did, I don't think I ever got a reply. I am wondering if there is a way to convert a block of html formatted text from a database to a MS Word .doc to serve to the enduser?
noginn
Forum Newbie
Posts: 4
Joined: Fri Jul 15, 2005 3:58 pm

Post by noginn »

Creating a word document is beyond me at the moment, I think I tryed it some time ago. However I created a class to produce .RTF files.

Take a look on http://www.phpclasses.org (it is on there somewhere).

Hope that might be some help.
Post Reply