An index is undefined if it is not part of the array being accessed. Use this tag for questions regarding behaviour of undefined indexes or when you see undefined indexes where you don't expect them.
This notice appears when you try to access an undefined index of an array. These commonly appear when working with $_POST
, $_GET
or $_SESSION
variables in PHP.
Use this tag for questions about the behaviour of undefined indexes or when you see undefined indexes where you don't expect them.