kito2
www.masteria.net
system/applications/views/creater.php
There shows:
It should be:
There shows:
PHP:
<li class="odd">
<input name="sex" type="radio" id="sex" value="0" checked="checked" />
male
<input type="radio" id="sex" name="sex" value="1" />
female </li>
It should be:
PHP:
<li class="odd">
<input name="sex" type="radio" id="sex" value="1" checked="checked" />
male
<input type="radio" id="sex" name="sex" value="0" />
female </li>