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!
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?
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.