I have a textarea, and I need to have some sort of button system, like in javascript, that adds a certain block of text to the textarea, but without writing over the current contents of that same textarea. What it will be used for is adding HTML tags to a textarea so that non-html users can automatically enter html tags by clicking on an input-type button.
I know this isnt exactly a PHP issue, but the rest of the program is in php.
I need help, any suggestions?