HTML Form input textbox not accepting special characters
Posted
by karthi89
on Stack Overflow
See other posts from Stack Overflow
or by karthi89
Published on 2010-03-14T20:09:16Z
Indexed on
2010/03/14
20:15 UTC
Read the original article
Hit count: 259
html
Hello,
There seems to be a problem, where i can't display the complete value in a html form text input box.
When I echo $ title, I get output as "Stacey's Mom"
This is the html code I used to show the value.
-->
This returns the value in textbox as "Stacey". Samething happens when "," or "'" or "/" occurs in the text.
How can I show the entire text in the textbox.
Help would be much appreciated.
© Stack Overflow or respective owner