看板
[ PHP ]
討論串[請益] 複選鈕怎麼傳參數
共 5 篇文章
內容預覽:
svg.php. $temp=$_POST["gene_name"];. 因為是載入svg,所以無法直接echo,所以我開檔輸出結果。. $fp = fopen(".\\123.txt","w+");. fwrite($fp,$temp);. 出來是空的,好像沒有傳接成功。. $a=print_r(
(還有336個字)
內容預覽:
請問一下. 複選鈕該如何傳參數. test1.php. <form method="POST" action="test1.php">. <input name=\"gene_name[]\" type=\"checkbox\" value=\"$allname[0]\". checked=\"ch
(還有479個字)