Accepting HTML code in TextArea Objects - Forum

Forum Navigation
You need to log in to create posts and topics.

Accepting HTML code in TextArea Objects

I have a TextArea that accepts html code from the user.  Is there anything I need to do to make it safe before passing to php and storing in sqlite?  It seems to work fine as is.  Even javascript code is saved and retrieved ok.. The code is not interpreted in the software, just the text version is displayed.  But is this ok?

thanks!

Hi @darbdenral,
While you keep all the code into a TextArea there is not any risk, as it will never be executed.
Regards.