Hi
When i enter some text into the database in use a function to escape special characters. This works fine I.e i might see in the database a text field saying
This don\'t .
Now when i update the database if this field is left unchanged it will think that the backslash is ment to be there so now i get
This don\\'t
the more i update the longer it gets and pulls out half the slashes and displays them with the text.
I know why this is happening i just need to know how to fix it can i remove escape charters when retrieving the database entry.
Thanks