i am new to PHP. I want to change the variable_order from EGPCS tp GPCS. Please suggest that how can I do this task ?
PHP.ini variables_order
directive.
Or use ini_set
function at runtime. Update ini_set
won't work, see description of core php.ini directives