fputs($fp, str_replace('\', '', $datatopost));
I have a string that is ...
press "help" for more information.
everytime i use the code above, its adding '\' before each quote. I'm using stripslashes but its not removing them. I even tried str_replace!
What's going on?