How can we display MS-Word documents using Mysql database

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
sugunakar_ieg
Forum Newbie
Posts: 2
Joined: Sun Feb 08, 2009 11:53 am

How can we display MS-Word documents using Mysql database

Post by sugunakar_ieg »

I am using PHP, Mysql how can i display MS-Word formatted documents using PHP. Please help me it very urgrent..........
samsolomonraj
Forum Newbie
Posts: 12
Joined: Mon Feb 09, 2009 3:34 am
Location: India, Chennai

Re: How can we display MS-Word documents using Mysql database

Post by samsolomonraj »

You want to download that document or view it in the browser???
sugunakar_ieg
Forum Newbie
Posts: 2
Joined: Sun Feb 08, 2009 11:53 am

Re: How can we display MS-Word documents using Mysql database

Post by sugunakar_ieg »

I want to display the word document in a web page usinh php
samsolomonraj
Forum Newbie
Posts: 12
Joined: Mon Feb 09, 2009 3:34 am
Location: India, Chennai

Re: How can we display MS-Word documents using Mysql database

Post by samsolomonraj »

You can achieve this by using
<a href="filepath/filename">link</a>

Bye..
Shellyyin
Forum Newbie
Posts: 8
Joined: Thu Sep 10, 2015 1:49 am

Re: How can we display MS-Word documents using Mysql databas

Post by Shellyyin »

Not knowing clearly about your question. There are many ways to display Word document in web page, like Google Docs. But if you want the Word document displays on web page with data from Mysql , Aceoffix can be one option.
Post Reply