I have an php+MySql application. We need our users to be able to merge the info in the database into their own ms word documents.
For example, if they have a table with their information including name and last name, and they want to create a word document. that looks like this:
First Name: Chris <-(from DB)
Last Name: Smith <-(from DB)
how do I create the connections? do I need to install anything on our clients systems?
thank you!!!!!!!!!!!