$ _ GET is just an ordinary array, so it behaves exactly like any other array.
This means that it will return a NULL variable and raise a “undefined” notification when a nonexistent index is called.
The only thing you need to know with $ _GET is that it contains unsafe (user-modifiable) data
alexanderpas
source share