Hi
How to set the global variable OFF in setting.php
What tried is below
ini_set("register_globals",0)
also tried like this ini_set('register_global',FALSE),
But no good result,output is fail,
Any clue
Quoting bharani kumar bharanikumariyerphp@gmail.com:
Hi
How to set the global variable OFF in setting.php
What tried is below
ini_set("register_globals",0)
also tried like this ini_set('register_global',FALSE),
But no good result,output is fail,
Any clue
http://php.net/manual/en/ini.core.php#ini.register-globals
-- Earnie http://r-feed.com Make a Drupal difference and review core patches.