0
CODE正在嘗試:如何從mysql數據庫中檢索和更新單選按鈕的數據?
<input type="radio" name="type" value="Male" <?php if ($type == 'Male') echo 'checked="checked"'; ?>"> Male
OR
<input type="radio" name="gender" value="<?php echo $gender ?>"/>Female
這一個是正確的?
我指2個鏈接在左右,但中號沒有與單選按鈕.... 建議總是歡迎妥善越來越...
怎麼樣更新單選按鈕的邏輯? –