How to create OpenDocument texts with PHP
The problem: take a PHP/SQL web application and add a function to export form letters. Because they might have to be edited later, the letters are not to be exported as PDFs but as ODT files for word processing.
When I implemented this I could not find documentation about this, so I wrote a small how-to.
