How can I make it possible for users to use the \'\"\' (double quote) inside a textfield...
Whenever I do use double-quote in the field (the value) then when receiving t
The reason it isn't working when you're outputting it into the input is because the value is being truncated at the quote. You'll need to use htmlspecialchars() on the output.
input
value