PHP.ini

Discussion in 'HTML / PHP / JavaScript / CSS' started by Bruce, Apr 2, 2004.

  1. Bruce

    Bruce DiscountASP.NET Staff

    Register_Global is disabled because of potential security issue.

    PHP recommend disabling this feature and PHP distro set this to default off.


    quote:Originally posted by Deep Canyon

    I am working on a script that requires the php.ini file to have register_globals enabled, I checked the php.ini on the server by running <? phpinfo(); ?> which says register_globals is disabled. Is there a way to turn it on?
    Thanks,
    Andrew Maynard
    </blockquote id="quote"></font id="quote">
     
  2. I am working on a script that requires the php.ini file to have register_globals enabled, I checked the php.ini on the server by running <? phpinfo(); ?> which says register_globals is disabled. Is there a way to turn it on?
    Thanks,
    Andrew Maynard
     

Share This Page