The catch is that the server has other php pages which 'take advantage' of this. I just don't like it because I move the data around a bit before it gets stuffed into a database. However, they can't change the setting in the config as it would screw up all the other ones.
I found the stripslashes, but it's a little tedius to have to do it for each variable.
Are the $GET and $POST arrays read-write or read only? Would I be able to use a foreach to do a global fix before accessing the elements? I guess I'll have to try it.
Thank you both for the response. This place is much more tolerant than other programming forums. I'm a Perl data munger, but they're moving me into the web stuff now so I've got a lot to learn and very little time to do it in. This place has been an enormous help already.