swissmant
12-2-06, 01:39 AM
I have a MySQL database on here with PHP.
I have various types of field. I am not escaping data (knowingly) in my PHP script, however, TEXT fields seem to escape automatically and then my data is escaped throughout i.e. 'a%20word%20here', but only TEXT fields. How can I stop this happening, or at the least decode it (unescape it) when it comes back?
Thanks.
I have various types of field. I am not escaping data (knowingly) in my PHP script, however, TEXT fields seem to escape automatically and then my data is escaped throughout i.e. 'a%20word%20here', but only TEXT fields. How can I stop this happening, or at the least decode it (unescape it) when it comes back?
Thanks.