Colleagues, how would you make a Word proposal registered within MySQL, and could it be edited? I tried to use the wysiwyg
editors to place and paste, however the Word HTML, after saving, MySQL does not recognize.
Solved. I had put the code as follows:
addslashes(htmlentities($proposta));
I just left:
addslashes()
Since the editor wysiwyg
already creates the HTML. I'm using tinymce.