Skip to main content
๐Ÿ› Bug HuntPH PHP Easyโšก+10 XP

Undefined Index

This causes a PHP notice/warning.

๐Ÿ› Find the bug
1$data = ["name" => "Alice"];
2echo $data["email"];
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: