看板
[ PHP ]
討論串[請益] 關於含0陣列的個數
共 6 篇文章
內容預覽:
如果是資料庫的話. table: test. id, name, mail. ==========. 1, 老王, aaa@xxx.xxx. 2, 小明, bbb@xxx.xxx. 3, 阿明, ccc@xxx.xxx. ....... ex. 老王<input type="checkbox" na
(還有299個字)
內容預覽:
不好意思 我沒有說清楚. 我是想寫寄信system 依照不同的條件 會從資料庫裡把名字選出來. 在每個名字之前會有一個checkbox 是依照陣列的方式命名的. ex. 老王<input type="checkbox" name="p[0]" value="checkbox" />. 小明<inpu
(還有202個字)