Automatically updating a page?

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
WithHisStripes
Forum Contributor
Posts: 131
Joined: Tue Sep 13, 2005 7:48 pm

Automatically updating a page?

Post by WithHisStripes »

Heya,
I am doing a website for a guy that has these devotionals that he writes in Word, but he's got over five hundred of them that need inserted into a new HTM format. Does anyone know how I could create a page where the Word document is uploaded and then inserted into an HTM document?

-Spence thanks!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Create a local COM loop to save the files into HTML format via Word itself.. :) You can then run over the files and clean them up with whatever html systems you wish.. tidy comes to mind. :)
Post Reply