The message would indicate that the user account on your computer that Word is installed/available to is different from the user account that your web server/php is running under.
The less secure approach would be to allow the user account that the web server/php is running under to have access to the installed copy of Word. The more secure approach would be to install a second "private" copy of Word under the user account that the web server/php is running under.
Back to your first post, if your goal is to produce word documents, then pursue the current method. But word is not a good web site layout tool. What is your actual goal, producing actual word documents, producing web pages with the information on them, or printing pages with just the information on them that don't contain the extra information that you get when you print a web page?
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
|