2008年09月10日

原创 php获取复选框的值收藏

程序代码

<form name="form1" action="" method="post">
  <p>
    <input type="checkbox" name="tf[]" value="1">
    <input type="checkbox" name="tf[]" value="2">
    <input type="checkbox" name="tf[]" value="3">
    <input type="checkbox" name="tf[]" value="4">
    <input type="checkbox" name="tf[]" value="5">阅读全文>

发表于 @ 2008年09月10日 14:37:00|评论(loading...)|编辑|收藏

Csdn Blog version 3.1a
Copyright © xwchen