Forum


Replies: 6   Views: 2838
Add progress bar
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 20-02-2018 - 07:17

Hello,

You are using the echo method from PHP to print strings and then you are using the createDocxAndDownload method that uses the header function to download a document. PHP doesn't allow to do that (print strings before using the header function), please read the information about the header function on the PHP page.

Regards.