I need to view the docx file from mysql database on screen and highlight the keyword
Posted
by
Jensen Aw
on Stack Overflow
See other posts from Stack Overflow
or by Jensen Aw
Published on 2013-07-26T18:17:04Z
Indexed on
2014/05/30
3:26 UTC
Read the original article
Hit count: 178
php
I would like to ask could I collect the doxc file that i had upload before and display only on screen but not download and also i would like to highlight the keywords? I have successfully upload and download the docx file and it look prefect. But how if I would like to just display on screen in php or html format and highlight the keyword. The problem I got now is when I collect the docx file from mysql and echo on page it gave me all messy words and I've try a lot of methods still couldn't get the docx file print on screen. Anyone please help me, I'm totally lost and hopeless...
© Stack Overflow or respective owner