Preferred method of outputting strings into forms
Permalink
Hi
Is there a preferred method od outputting strings into forms?
I have found the text helper none of its functions will stop something like this breaking a form's output
It strips the tags, but leaves in the first double quote, which breaks value="" within an input.
Thanks
Is there a preferred method od outputting strings into forms?
I have found the text helper none of its functions will stop something like this breaking a form's output
"<script>alert("a")</script>
It strips the tags, but leaves in the first double quote, which breaks value="" within an input.
Thanks
what about:
Greets