作者UniFish (贡贡老盃)
看板PHP
标题Re: [请益] radio box如何写入资料库?
时间Wed Jul 27 09:52:45 2011
※ 引述《stony1990 (很爱打网球)》之铭言:
: 我的rodio button如下
: <td height="30px" colspan="2"><img src="test.gif" width="5" height="8"
: style="padding-right:10px" />哪种方式?</td>
: </tr>
: <tr>
: <td height="30px"></td>
: <td><input name="button" type="radio" value="" />
: 是的。</td>
: </tr>
: <tr>
: <td height="30px"></td>
: <td height="30px"><label>
: <input type="radio" name="button" id="radio" value="radio" />
: </label>
: 不要。</td>
: </tr>
: 要如何用post写入资料库?
: 还是说在radio button的每个选项都给不同的name 判断是否为true 是的话才写进资料库
: ?
: 请前辈们帮忙一下吧!
<input type="radio" name="button" value="0" />
<input type="radio" name="button" value="1" />
<input type="radio" name="button" value="2" />
<input type="radio" name="button" value="3" />
选了这四个其中一个,$_POST['button'] 会等於0,1,2,3其中一个
--
好 吗 ▲ ◤ ˋ ◤ ˋ ▎ φhacoolman
好 养一只边境牧羊犬, 吗 / ● ● \ ▲ 养嘛养嘛养嘛
好就能常常换新手机喔! 吗 ▊/ ◣ ◤ ◣ ◤ \ ▏ 嘛养嘛养嘛
好 吗 │ │ ▍ 嘛养嘛养嘛
好边境不养吗好边境不◥吗▊ \ │ ▎ (●ω●)
好边境不养吗好边境不养吗 \ ︶︶ / ▏嘿~嘿~嘿~
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.117.42.243