Hello,
There seems to be a problem, where i can't display the complete value in a html form text input box.
$title = "Stacey's Mom";
This is the html code I used to show the value.
Title:
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.