Question:

How do you turn off PHP register_globals in Yahoo hosting?

by  |  earlier

0 LIKES UnLike

I have tried an PHP.INI file as the following

<?

$parm[] = "register_globals = Off";

?>

Do I need anything else?

Thanks.

 Tags:

   Report

1 ANSWERS


  1. That code does absolutely nothing.

    If you want to turn it off, make a .htaccess file and put this in:

    php_flag register_globals off

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.