Hello,
Is there a way one can let a user manipulate text he/she may be typing via PHP? For example, the user may be able to make the text he/she has typed bold or even italicized. One can assume, that I am trying to get similar effects of this website. Is there a way to do this in PHP? I am trying to do this because once the user hits 'submit' after typing the textual information, the information will then be saved into a MySQL table. From where, I will at a later time, try to display the information. Therefore, it would be easy to retrieve text as the user had typed it (bold or even italicized). How does it work?
Thank you.