๐ Bug HuntPH PHP Easyโก+10 XP
Undefined Index
This causes a PHP notice/warning.
๐ Find the bug
1
$data = ["name" => "Alice"];2
echo $data["email"];๐ The bug is on line 2
This causes a PHP notice/warning.
$data = ["name" => "Alice"];echo $data["email"];