hi,
I am making a website in which user fills a form and that data goes into Mysql tables ...
I need to export that data from mysql to microsoft word document ....can anyone pls help me out in this case !!!!
Its urgent
Thanking !!!
hi,
I am making a website in which user fills a form and that data goes into Mysql tables ...
I need to export that data from mysql to microsoft word document ....can anyone pls help me out in this case !!!!
Its urgent
Thanking !!!
Microsoft Word uses a proprietary binary format. It would be virtually impossible to export the data to Word format.
The easiest way to create a Word-importable document would be to export as HTML and save as a .doc file. (Word will translate the HTML into Word format when it opens the doc).
The better way would be to export as an RTF doc (read up on RTF - it's a simple format), which could be imported into Word or any other word processor.
thanx for your help ...
If its possible to export that data in RTF doc , could you please help me out in this ....i have no idea how to do that ????
Thanks
Yes
Just search Google for DB to HTML converter software.
I like www.xlinesoft.com db to html express but there are lots of solutions and many can create txt or rtf or pdf as well.
Here's a primer on RTF: http://search.cpan.org/~sburke/RTF-W...F/Cookbook.pod