bluesauceuk
Programmer
Hello, how can I replace " and ', and other chars as & with nice versions such as " etc
here's what I have!
<cfset form.desc = replace(form.post,""",""">
But it don't work!
here's what I have!
<cfset form.desc = replace(form.post,""",""">
But it don't work!