Thứ Năm, 7 tháng 1, 2016

tạo radio button nhanh

function puthome(){
      <br><b>Tin tức mới</b>&nbsp;&nbsp;";
    if ($ihome == 1) {
        $sel1 = "checked";
        $sel2 = "";
    } else {
        $sel1 = "";
        $sel2 = "checked";
    }
   <input type=\"radio\" name=\"ihome\" value=\"1\" $sel1>"._YES."&nbsp;"
    ."<input type=\"radio\" name=\"ihome\" value=\"0\" $sel2>"._NO."<br>";

   #---------------------------------------------------------------------------------------#

    if (($acomm == 0) OR ($acomm == "")) {
$sel1 = "";
$sel2 = "checked";
    }
    if ($acomm == 1) {
        $sel1 = "checked";
        $sel2 = "";
    }

    <input type=\"radio\" name=\"acomm\" value=\"0\" $sel1>"._YES."&nbsp;"
    ."<input type=\"radio\" name=\"acomm\" value=\"1\" $sel2>"._NO."</font><br><br>";

}

 puthome(1, 0);

Không có nhận xét nào:

Đăng nhận xét