Form Php



A
B
C
D
E



Selected buns:
foreach ($_POST['lunch'] as $choice) {
    print "You want a $choice bun. 
";
}
?>