๐ Bug HuntPH PHP Easyโก+10 XP
Missing Dollar Sign
This PHP code has a syntax error.
๐ Find the bug
1
name = "Alice";2
echo name;๐ The bug is on line 1
This PHP code has a syntax error.
name = "Alice";echo name;