In my old project, post variables used as $var_name instead of $_post[“var_name”]. So i need to change code in all files. So do i want to change anything((Auto extracting option)) in php.ini to handle this without changing coding. thanks.
In my old project, post variables used as $var_name instead of $_post[var_name]. So i
Share
You need to enable
register_globalsin your php.ini file. Look at this page for more details – http://php.net/manual/en/ini.core.php.