Undefined index errors accessing $_POST
问题 I keep trying to fix this but it's giving me the same errors: Notice: Undefined index: items in C:\xampp\htdocs\shop.php on line 9 Notice: Undefined index: body in C:\xampp\htdocs\shop.php on line 24 Here is my code: <form action="" method="post"> <input type="radio" name="items" value="fed" /> Fed<br /> <input type="radio" name="items" value="body" /> Body<Br> <input type="submit" name="submit"><br> </form> <?php if(isset($_POST['submit'])) { $items = $_POST['items']; if($items=="fed") {