Check out this site for a converter from
.doc to .txt
http://word2x.alcom.co.uk/
after you have a plain textfile, you can use
a combination of grep, sed, awk to select
the values you want and put them in your database. This can be done by a shell script.
or you do the whole stuff via php, exept converting from doc to txt.
niraj wrote:
Hi All,
am using 4.0.4pl1 with mysql latest version
on redhat 7.2
in a site,i want to have importing utility
which should import data from MS word doc file into my mysql database using php script
Any help?
Niraj Dave