Welcome Guest, Not a member yet? Register   Sign In
Textarea outputs " instead of "
#1

[eluser]suntrop[/eluser]
When I type in a textarea …

Sentence with "quotes" in it

… it is saved as

Sentence with "quotes" in it

The problem is, that the textarea doesn't parse this into " when I output the saved value in another textarea. The next update makes …

Sentence with " quotes" in it

What is wrong? I only validate the textarea like this:
Code:
$this->form_validation->set_rules('notes', 'Comment', 'trim|xss_clean');
Is there anything I have to do when outputting it?




Theme © iAndrew 2016 - Forum software by © MyBB