I want to process a form-sent values in order to prevent errors when some reserver chars are typed. In pratic I want transform ' in \' " in \" place \n when return in typed
How can I do? Could you hel me?