I have a php script that works fine on line but I want to get it to work on my test server so i dont have to be on-line to modify it. i get an error message saying.... FATAL ERROR: register_globals is disabled in php.ini, please enable it!.....
I have gone into the php.ini file and set it to
register_globals = on
but that does not fix the problem im still getting the same error. Anyone have any ideas why
Pat