I am trying to learn php coding and it's now hitting a snag as I keep getting an error:
Error: Notice: Undefined index: msg in C:\xampp\htdocs\kubebook\index.php on line 12
Source Code:
if ($_GET['msg'] == 1) {
echo "You have successfully registered.";
}