I have a blog system programmed and am coding a script to be able to edit the posts, which contain double-quotes ("). I need to send the content of the blog post into another script that puts the text into a text field but the quotes mess up the HTML on the first script.
I need to replace a " with a \" using a regular expression and I cannot figure out how to represent a backslash and a double-quote.
Help!