Hi,
you can create an object, for example the word doc (using a file type field in your form), and use the Serializing explained in Luis Argerich's article (http://www.phpbuilder.com/columns/luis20000420.php3?page=1).
Once you've done that you can store and retreive your obj which would be a word doc.
i m sure there are easier way though.
hope that will help.
Alexandr wrote:
Hi, I was just wondering:
Let's say I wan't to copy an article from Microsoft Word document into a PHP form (copy & paste), and then submit it into a database and keep all the stuff: italics, bold, font color, etc. from the document. Is it possible? if so, how??