I just notice Netfirms changed all their server settings and I now have a bug with a simple script and was wondering what is the server setting for PHP that was causing this?
Basically, I have a FORM that POST data, for example <input name='DATA1' value="5">
My problem is that when I send the form, the page that receive the form seem to automatically assign DATA1 POST value to a variable named $DATA1.
Why is that and how to do I get rid of that?
