I found the following code in php.ini. what does that mean?
And “PHP registers” — what is that?
; This directive describes the order in which PHP registers GET, POST, Cookie, ; Environment and Built-in variables (G, P, C, E & S respectively, often ; referred to as EGPCS or GPC). Registration is done from left to right, newer ; values override older values. variables_order = "EGPCS"
The manual about the directive might help you a bit more :
variables_order(quoting) :Also note (quoting again) :
I suppose this option was more important a while ago, when register_globals was still something used, as the same page states (quoting) :
I don’t see what I could add ; did this help ?
Or is this something in this that causes you a problem ?