Is it possible to generate Microsoft Word file using PHP?
Let's say I am showing contents of MySQL database for the users on the page. I want my users to select several records and press a button. When they press a button I want a "Save as . . ." box to pop up so they could save the records that they selected in the Microsoft Word format (*.doc) to their machine.
I DON'T want to use COM objects and make my newly generated document to open in MS Word (I want to eliminate possibility that user doesn't have MS Word Installed on their machine). All I want for the user to save this file as MS Word to their computer.
Can this be done? (I know it can be done using ASP) If yes how?
Example of how it can be done will be very appreciated.
Let's say I am showing contents of MySQL database for the users on the page. I want my users to select several records and press a button. When they press a button I want a "Save as . . ." box to pop up so they could save the records that they selected in the Microsoft Word format (*.doc) to their machine.
I DON'T want to use COM objects and make my newly generated document to open in MS Word (I want to eliminate possibility that user doesn't have MS Word Installed on their machine). All I want for the user to save this file as MS Word to their computer.
Can this be done? (I know it can be done using ASP) If yes how?
Example of how it can be done will be very appreciated.