I am working on an email template. My requirement is to take the html that I get from a textbox and assign to a php variable and pass it as an argument to the Constant contact web service. Is there any way that can make the html assignable to a string variable i.e., converting all the double quotes to single quotes etc.?
Share
Not sure I’ve understood you right, but I feel you need this:)
Now you have all html-text in the php-variable.
Sorry, if I’m wrong.