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!
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!