register_globals and PHP ini :)
Ok, I have some older PHP scripts which require register_globals to be on.... I know its better to re-write the script - but i just want to get it working for nowso in php.ini i change register_globals = on
none of the scripts (which work on my other server) will work still... the problem is definitely to do with passing variables..
Any ideas would be great.. im going mad!
