04-12-2018, 09:27 PM
I noticed the first set are defined as an array:
<pre></pre>
` [_POST] => Array
(
)`
` [_COOKIE] => Array
(
[_ga] => GA1.2.124111111.1490711111
[__hstc] => 194989682.aeb17941acb2b73a13111111111.1490701606726.14979491111111.149809511111.13
[hubspotutk] => aeb17941acb2b1111111ab08c7c73
[PHPSESSID] => hn652plgg2p611111111111nnviim0
)`
and the other set defined as GLOBALS
` (
[_GET] => Array
(
)`
` [_POST] => Array
(
)`
`[_COOKIE] => Array
(
[_ga] => GA1.2.124111111.1490711111
[__hstc] => 194989682.aeb17941acb2b73a13111111111.1490701606726.14979491111111.149809511111.13
[hubspotutk] => aeb17941acb2b1111111ab08c7c73
[PHPSESSID] => hn652plgg2p611111111111nnviim0
)`
Is this normal?
Code:
Array
Code:
(
[_GET] => Array
(
)
` [_POST] => Array
(
)`
` [_COOKIE] => Array
(
[_ga] => GA1.2.124111111.1490711111
[__hstc] => 194989682.aeb17941acb2b73a13111111111.1490701606726.14979491111111.149809511111.13
[hubspotutk] => aeb17941acb2b1111111ab08c7c73
[PHPSESSID] => hn652plgg2p611111111111nnviim0
)`
and the other set defined as GLOBALS
Code:
[GLOBALS] => Array
[_GET] => Array
(
)`
` [_POST] => Array
(
)`
`[_COOKIE] => Array
(
[_ga] => GA1.2.124111111.1490711111
[__hstc] => 194989682.aeb17941acb2b73a13111111111.1490701606726.14979491111111.149809511111.13
[hubspotutk] => aeb17941acb2b1111111ab08c7c73
[PHPSESSID] => hn652plgg2p611111111111nnviim0
)`
Is this normal?