You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello i use this function form_input from the form helper like this, i don't know what i am doing wrong and don`t know if this is a bug or not but please test this.
I'm a bit confused about how this is bad: <script>alert("test")</script> and this is good <script>alert("test")</script>?
If someone is inputting a script in your form it should be caught and dealt with so that it does not execute when the form is redisplayed, or the data viewed. When the data is displayed in the input it is automatically escaped to make it safe. That's why you're seeing that.
Hello again, i edited the problem so you guys can check please take this error bug into consideration, because on all other platforms this works and on this does not.
hello i use this function form_input from the form helper like this, i don't know what i am doing wrong and don`t know if this is a bug or not but please test this.
and when i put this value in the input
it returns this :
instead of :
But when i use without the form_input function and use it like this
it returns good escaped data
The text was updated successfully, but these errors were encountered: