I have php 4.2.1 installed on my local machine (w2k, apache).
Whenever I process forms, slashes keep getting added to all quote marks automatically.
If I try using addslashes($string) I end up with three slashes for each quote mark! It's driving me mad because If I upload the same pages to my remote web server, the this does not happen.
In otherwords when debugging code locally I need do nothing to prevent quotemarks messing things up, but remoteley I need to addslashes to all form processed code. So I need two different sets of code!
Does anyone know why this should be happening?
sametch