I have been doing some research and I have found that, using PHP, you can export data from a table into a document. That is, you can tell the script to save the information gathered into a document.
Is it possible to do that "live"? Can you have the script constantly running so as soon as data is input into the database it is automatically exported to a save document?
If that is possible, is it possible to use that same method for keeping record of the data used and stored during chat sessions?