I did a search to see if this issue has come up before, but didnt seem to find anything.
My script uses fopen, fwrite, and fclose to open a text file on the server in a textarea and save it back to the server. Ive managed getting around the chmod and security issues, but thats not my problem.
The problem is once the file is saved, everytime a " or a ' is found, it gets a \ in front of it. I know that \' would equal ' in an echo, so it leads me to believe that its the php that is performing the modification.
Is there a way to get around it with something like a script to eliminate the \ before its saved.
I really need help with this. Thank you all in advance!!
(If you want to see my script, just ask)
XNOR