[COLOR=firebrick]Why are my (") preceded by a () when I use the post function in PHP? Is there a way to halt this? [/COLOR]
No Matter What, When You Use “quotes” in a document and use PHP to send it, it will always put a \ before them EG. “. Incidentally, every time you save the document after that, it adds another \ EG. 2 saves = \” , 3 saves = \", and so on.
Every PHP script I have used does this :crazy:
Does Anyone Know Anything About Solving This Problem, Or Even Why It Does It?