it enfore me use register_global = off. on my host there is some php script it must need register_global. how to do?
yup you should be able.. as mentioned here via site .htaccess or you can also do it via php if your running a version <= 4.2.3.
make a php.ini file in the sites root folder Inside of the file have this: PHP] register_globals = Off memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) Code (markup):