<?php if($_POST["test"]) foreach($_POST["test"] as $var) echo $var."|"; print_r($_POST["test"]); ?> <form name="form" method="post" action="test.php"> <input type=checkbox name=test[] value=001>001<br /> <input type=checkbox name=test[] value=002>002<br /> <input type=checkbox name=test[] value=003>003<br /> <input type=checkbox name=test[] value=004>004<br /> <input type=checkbox name=test[] value=005>005<br /> <input type="submit" value="submit"> </form>
沒有留言:
張貼留言