Search found 1 match
- Fri Apr 24, 2009 7:05 pm
- Forum: PHP - Code
- Topic: exporting html to MSword dynamically
- Replies: 0
- Views: 61
exporting html to MSword dynamically
Hi everyone, I got this problem. I need to export a page to word dynamically. I mean whatever data there in my forms, that would be the data that will be exported to a word file. I have this code but I dont know how to make this dyamic. <?php $vExcelFileName="export". ".doc"; h...