Hi,
I am Developing one website.There is textrea box where i need to fetch the datafrom database and need display it in textarea box using java script.The text contains special charectars like single quotes and double quotes.
how to escape quotes please help me am using mysql_real_escape_string();but the query results only single quote escape sequence..if it contains double quotes it gets some error.please help me