bloc07 wrote in php

addslashes and set_magic_quotes_runtime

I have a script that runs on multiple servers and inserts data into mysql.
I keep finding entries like "jay\'s string ...". I have set_magic_quotes_runtime(0)
in the script and I double checked that I only used addslashes() once. Is there
anything in php.ini that will prevent scripts from overriding settins like set_magic_quotes_runtime