I have a situation where I needed to create a custom PHP contact form within an EE template. When form data is processed, quotes and double quotes are being escaped with a backslash. I don’t think it’s a server issue; magic quotes are turned off and I also have a function in the PHP that should remove backslashes. So I’m wondering if EE is doing this and, if so, is there anything I can do to stop it?
This is on EE version 1.6.2 - I know that it should be upgraded, but that’s the situation.