Why doesn't ini_set() work? I can't seem to get it working properly.
Am I doing it wrong?
ini_set("magic_quotes_gpc", 1);
shouldn't that work?
I'm really interested in getting this to work, or otherwise being able to change php.ini settings from within a script, for that script only.
It seems like a really useful thing to be able to do when working with shared hosting, where you can't choose your php.ini settings and have to use what the host server has already set.
thanks in advance for any replies 🙂
-NeoMaul