register globals

Discussion in 'PHP / Perl / Ruby on Rails' started by Doudar, Jul 5, 2007.

  1. Doudar CSNM Reseller

    I am having a few minor problems with a php script I am using. The fix I have been told is to set register_globals to off. As I do not have access to the php.ini file is there any way to override this at the website level?

    John
  2. Carl Shepherdson Proprietor

    We have to enable register_globals as many scripts require it.
  3. Doudar CSNM Reseller

    OK, thanks anyway Carl.
  4. Ben Collier CSNM Customer

    http://www.webmasterworld.com/forum88/11760.htm

    This tells you how to manually override it with an ht access file, however, it is not recommended!

    I don't know php so this may be completely wrong, but I googled it for you :D

    Good Luck
    Ben
  5. Doudar CSNM Reseller

    Thanks for the info Ben but I don't think Carl would be to happy if I tried to change it. Anyway, an update has just been released which seems to have fixed the problem :D


    Regards
  6. Ben Collier CSNM Customer

    If the update fixed it then everyone is happy :D

    Glad it's working!

    Ben

Share This Page