Hi
Guys,
How do I handle
double quotes in my application.
Suppose you have a
textbox for accepting the Full Name of the user, and the user enters Purav "
Parekh, then while retrieving the value from the database, the text displayed in
the textbox is only Purav as the double quotes end the html
tag.
IIS automatically
converts double quotes to " , but not apache.
How do I take care
of this. Is there any setting in the webserver or do I have to handle this thru
code.
Please
Help
Purav
