Random thought, and not related to a particular situation, but I'm curious about how $_REQUEST is generated.
It's a superglobal array composed of $_GET, POST, and COOKIE (plus $_FILES in PHP 4.1- or something).
If you have a variable with the same name in two or more of the different bits, then, how does it work? Which is loaded first (then overwritten), and which is last (therefore there in the end)?



Reply With Quote

Bookmarks