Forum Moderators: open
Here's my situation...
I've built a simple CMS using PHP and flash. All it basically does it take the text from two text fields and posts them as a news update. What I'm working on now is allowing my clients to update their past posts.
Here's my problem... When I first post a new message with charachters like " ' or &, they all work fine because I have them formatted in HTML in the PHP code. However, It's a bit trickier for the update and it outputs this apos; quot; etc...
So, my question is... how, in flash, can i tell the script not to send the " ' and & characters to the PHP script? I want them to be left out or preferrably replaced.
Thanks for your time.