[PHP] Word docs

2002-09-01 Thread DC
Hi, I have 200 items in a mysql database. Each has a word document with the path: Assets/Reports/Docname.doc How do I open the word doc that is specific to the particular item? Thanks david php novice -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Word docs

2002-09-01 Thread Justin French
Hi, What's your definition of open the word doc? Do you want to parse the contents of the Word Doc into a var? Do you want to produce a link on the page TO the word doc? Please be more specific -- it helps us give better answers. Justin French on 01/09/02 9:11 PM, DC ([EMAIL PROTECTED])

Re: [PHP] word docs

2001-03-30 Thread Vinay
Hello there, There is a class at http://phpclasses.upperdesign.com/ Which can read an rtf file easily..i think this will help you cheers Viany christian [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... just wondering is their a way to create word docs from

[PHP] word docs

2001-03-28 Thread christian
just wondering is their a way to create word docs from php. even rtf would be nice. many thanks in advance! -- Christian Haines Development Manager Newsbreaker Webwork Pty Ltd 17 Laurel Road, Stirling South Australia 5152 8370 9088 [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] word docs

2001-03-28 Thread David Robley
On Thu, 29 Mar 2001 15:33, christian wrote: just wondering is their a way to create word docs from php. even rtf would be nice. many thanks in advance! If you don't want formatting, just name a text file with the extension .doc and Word will happily open it and add all the Word crap to it.