php for ($i=1; $i <5 ; $i++) { echo'<input type="checkbox" value="'.$i.'" name="checkbox[]"/>'; } ?> <input type=" ...
確定! 回上一頁