I was wondering how one pulls certain data from a table to display on a template (Microsoft Word document), such as a letter/memo. For example:
=======================
Dear xxxxxx,
We have your stuff.
From,
NuNuNYC
=======================
Where xxxxxx is a value from a table in a MYSQL database.
=======================
Dear xxxxxx,
We have your stuff.
From,
NuNuNYC
=======================
Where xxxxxx is a value from a table in a MYSQL database.
