<div class="radio"> <label> <input type="radio" name="type" value="1" checked> REQUISITION 1 </label> </div> <div class="radio"> <label> <input type="radio" name="type" value="2"> REQUISITION 2 </label> </div> <div class="radio"> <label> <input type="radio" name="type" value="3"> REQUISITION 3 </label> </div> <div class="radio"> <label> <input type="radio" name="type" value="4"> REQUISITION 4 </label> </div> <div class="radio"> <label> <input type="radio" name="type" value="5"> REQUISITION 5 </label> </div> <div class="radio"> <label> <input type="radio" name="type" value="other" > OTHERS <input type="text" name="txt1" id="txt1" /> </label> </div>
<table width='450' border=0> <tr> <td width='50%'> <? $c=0; if ($row['type']=='1') { echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 1</br> <? if($row['type']=='2'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 2</br> <? if($row['type']=='3'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 3 </td> <td> <? if($row['type']=='4'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 4</br> <? if($row['type']=='5'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 5</br> <? if($c==5){ echo "☑";}else{ echo "☐";} ?> OTHERS...<? if($c==5){echo $row['type'];}else{echo "........";} ?>..... </td> </tr> </table></br>
<input type="checkbox" name="type[]" value="1">
<?PHP print_r($_POST['type']); หรือ foreach($_POST['type'] as $type){ echo $type."<br>"; } ?>
<?php print_r($_POST['type']); ?> <form method="post" action=""> <div class="radio"> <label> <input type="checkbox" name="type[]" value="1" checked> REQUISITION 1 </label> </div> <div class="radio"> <label> <input type="checkbox" name="type[]" value="2"> REQUISITION 2 </label> </div> <div class="radio"> <label> <input type="checkbox" name="type[]" value="3"> REQUISITION 3 </label> </div> <div class="radio"> <label> <input type="checkbox" name="type[]" value="4"> REQUISITION 4 </label> </div> <div class="radio"> <label> <input type="checkbox" name="type[]" value="5"> REQUISITION 5 </label> </div> <div class="radio"> <label> <input type="checkbox" name="type[]" value="other" > OTHERS <input type="text" name="txt1" id="txt1" /> </label> </div> <input type="submit" value="submit"> </form>
<? $c=0; if ($row['type']=='1') { echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 1</br> <? if($row['type']=='2'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 2</br> <? if($row['type']=='3'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 3 </td> <td> <? if($row['type']=='4'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 4</br> <? if($row['type']=='5'){ echo "☑";}else{ echo "☐"; $c++;} ?> REQUISITION 5</br> <? if($c==5){ echo "☑";}else{ echo "☐";} ?> OTHERS...<? if($c==5){echo $row['type'];}else{echo "........";} ?>.....
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง