Handling User Input.....special characters and things
Just wondering but in my case I have to accept user input in preparation for sending emails. Does the APEX textarea controls handle the input in such a way that any special characters or oracle commands are escaped so they become plain text? If not, is there an easy way to handle this? In my case I am alittle worried about the fact that i am sending the email using PL/SQL so it needs to not only check for HTML special chars but PL/SQL special chars and escape chars that require it.