pelegk1
12-07-2005, 02:55 PM
i am inserting text from a text area like this
UPDATE general_info SET data='"+area1.value+"' WHERE id=1
the problem is that in the string i have quatation marks and astrics
how can i override the problem?
beacuse after i insert i want to show it to the user with the orignal quatation marks and astrics
thnaks in advance
peleg
UPDATE general_info SET data='"+area1.value+"' WHERE id=1
the problem is that in the string i have quatation marks and astrics
how can i override the problem?
beacuse after i insert i want to show it to the user with the orignal quatation marks and astrics
thnaks in advance
peleg