I have a flash website that is reading from php database with a control panel to change the content of the website by the owner.
My problem is that when i enter some characters like (,) (&)(") the text gets truncated and won't see the rest of the text after any character of those.
The php database is storing all text correctly, but when displaying it in flash its stopping when encountered with one of the characters...
How can I encode the characters before entering them in the database so that the flash wont get messed up?
I hope I'm clear. Thank you for your time.