Concerns a project I am undertaking for my degree. Its a simple question bank where questions are stored in a database and later used to generate a question paper with random questions in a fixed template.
I was successfully able to implement this using PHP and display the paper in the right format on a web browser(non-editable). However, I need an editable form of this page now and would prefer a solution where i can simply click on a button to export the whole question paper with the same format to MS word.
Another problem i'm facing is that the processor i'm using to input questions can support only the Symbols from word. However equations present under the insert tab of word can't be entered into the database, for instance the area of a circle.
Thank you sincerely for any help that can be rendered.
Try this
http://www.phpclasses.org/package/2763-PHP-Convert-HTML-into-Microsoft-Word-documents.html