tags:

views:

25

answers:

2

hello,

first of all i store the docx file in my php program and that time when user press submit button than it would be display a file content. but i dont know how to open docx file from the database using php?

+2  A: 

Take a look at:

Sarfraz
A: 

Firstly, you should convert your .doxl file into php file. Then you can open it using php.

luckywong