Converting a Word document into usable HTML in PHP

前端 未结 5 1937
轻奢々
轻奢々 2020-12-17 03:41

I have a set of Word documents which I want to publish using a PHP tool I\'ve written. I copy and paste the Word documents into a text box and then save them into MySQL usin

5条回答
  •  天涯浪人
    2020-12-17 04:23

    htmlspecialchars() will get you a long way, but watch out because Word documents are messy.

提交回复
热议问题