Hey guys, I was checking over one of my sites the other day trying to weed out the elusive notices that E_ALL turned up and I got some notices that I'm not too sure how to handle.
I know how to handle most of these errors however the ones that are snagging me up are the "Notice: Undefined index: _blah_ in _blah_." Most of these are array indices in super globals such a $_GET, $_SESSION, etc. How can I get rid of these little buggers? Thanks, Nathan Taylor