Posted by Manish on 12/17/73 11:56
<?php if(is_array($_POST['lunch']) && count($_POST['lunch'])) { foreach ($_POST['lunch'] as $choice) { print "You want a $choice bun. <br/>"; } } ?>
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming