<form name="assesment" action="save.php" method="POST" > <table width="552"border="1" cellpadding="0" cellspacing="0" align="center" bordercolor="#999999"> <tr> <td width="35" align="center">ลำดับ</td> <td width="225" align="center">รายละเอียด</td> <td width="77" align="center">ดีมาก</td> <td width="68" align="center">ดี</td> <td width="65" align="center">ปานกลาง</td> <td width="68" align="center">น้อย</td> </tr> <?php $rs= mysql_query($sql)or die(mysql_error()); $i=0; while($row = mysql_fetch_array($rs)) { $i++; ?> <tr> <td align="center"><?php echo $i;?></td> <td><?php echo $row['d_name']?></td> <td align="center"><input type="radio" name="ch<?=$i;?>" value="4" /></td> <td align="center"><input type="radio" name="ch<?=$i;?>" value="3" /></td> <td align="center"><input type="radio" name="ch<?=$i;?>" value="2" /></td> <td align="center"><input type="radio" name="ch<?=$i;?>" value="1" /></td> </tr> <?php } ?> <tr> <td> </td> <td><input type="submit" value="ส่งข้อมูล"/></td> </tr> </table> </form>
include "connect.php"; for($i=0;$i<=count('ch');$i++) { $insert="insert into score (as_id,total) values('1','".$_POST['ch'.$i.'']."')"; $result=mysql_query($insert)or die(mysql_error()); } if ($result) { echo "บันทึกข้อมูลได้"; } else { echo "บันทึกข้อมูลไม่ได้"; }
for($i=0;$i<=count('ch');$i++)
for($i=0;$i<=count('$ch');$i++)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง