Search found 2 matches
- Wed Mar 18, 2009 2:17 pm
- Forum: PHP - Code
- Topic: Use PHP/MySQL to ouput to a MS word mail merge
- Replies: 4
- Views: 3574
Re: Use PHP/MySQL to ouput to a MS word mail merge
Thanks for the ideas! You are right, it might be simpler just to create the template via HTML and insert the variables with PHP returning an HTML page with formatted text. So I've set that up... but now the problem is...how do I export that text into a word document while keeping all formatting? Bas...
- Wed Mar 18, 2009 11:09 am
- Forum: PHP - Code
- Topic: Use PHP/MySQL to ouput to a MS word mail merge
- Replies: 4
- Views: 3574
Use PHP/MySQL to ouput to a MS word mail merge
I have no idea if this can be done or not. But here is my problem. I am trying to develop a PHP/MySQL solution for someone here that will make their life much much easier. Basically, this user has a MS Word template for a series of letters that get sent out to employees based on their attendance rec...