In our PHP / Mysql database registration program there are many reports which show inputs in different ways.
Some big reports that show name, address, situation, services rendered, contact dates and so on need comments and accordingly lots of text for input. Because this would involve a database consisting for a large part of text this doesn't seem to be the best solution. Also, the "fixed text" in the reports tends to need regular change, which implies regular changes to the code and "finetuning" with
formats and so on (the reports need to be printed)
I am looking for a way to export the reports to rtf of word format, so that we can type in text input boxes and adjust "fixed text" in word. Also saving and printing would become lots more userfriendly.
Anyone have a clue how to do this or know about alternative solutions to these issues?