This is a discussion on Microsoft Word within the PHP General forums, part of the PHP Programming Forums category; Is there a way to convert a web page into a Microsoft Word document? ....maybe with a PHP header of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there a way to convert a web page into a Microsoft Word document? ....maybe with a PHP header of some kind?
What I want to do is populate a web page with data from MySQL database, then open it in Microsoft Word. Alternatively, if you know how, I could populate the Word document directly from MySQL. Thanks! -------------------------------------------------------------------------------- Satch billsanders@yahoo.com |
|
|||
|
Satch wrote:
> Is there a way to convert a web page into a Microsoft Word document? ...maybe with a PHP header of some kind? > > What I want to do is populate a web page with data from MySQL database, then open it in Microsoft Word. Alternatively, if you know how, I could populate the Word document directly from MySQL. > > Thanks! > > -------------------------------------------------------------------------------- > > Satch > billsanders@yahoo.com > > Use MS Word's file open dialog to open the page remotely. Other than that, you could send the proper headers, reverse engineer the Word format and do it automatically! The latter is not exactly feasable though. -- -Calico Jack- http://www.scriptsharks.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|