CHAPTER 7 – TYPES OF ERRORS – Array Indexes
Consider this example: <?php if ($_GET["name"]) { print "Hello, $_GET[name]!<br>n"; } ?> If the page serving this script is requested without any GET parameters, it displays a notice: test.php(3) : Notice - Undefined index: name