Hey buddy,
So in fact I would get
Right okay simple enough 🙂
Are these set in the php.ini? If so, they can be changed using ini_set or something? Like just an exception for a page if I want, say, COOKIES to be referred to first..?
BTW I am aware we can code in a check that would make all this simpler than changing the 'priority dictatorship' by using this IF model:
if COOKIES['Foo'] is set then use this.
If not, then are POST['Foo'] set?
Okay then...refer to GET['Foo']
But for references sake. You know how it is. I keep a list of useful functions I find out about on forums that I might need in a current project or wished I'd known about in past projects. The last one I found out about and could have done with was the extract() function.
Thanks for the informative reply, Weekender!