Posted by Lenard Redwood on 11/12/88 11:56
Manish wrote:
> <?php
>
> if(is_array($_POST['lunch']) && count($_POST['lunch'])) {
> foreach ($_POST['lunch'] as $choice) {
> print "You want a $choice bun. <br/>";
> }
> }
>
> ?>
Thank you. Now I get this error:
Notice: Undefined index: lunch in C:\lighttpd\htdocs\index.php on line
17
Navigation:
[Reply to this message]
|