how to insert special characters data in mysql from text area
Isn’t this down to the encoding of the database field that you’re trying to store the text in? Or do you mean html-encoding for <, > and so on. Can you give some examples of what special characters you’re trying to store? What happens with the code you’ve got so far?