<? }else if(isset($p_edit)){ $sql = "select * from $tb_sc where score_id = '$p_edit' "; $query = $connect->query($sql); $query = $query->next(); $type = $query['s_type']; ?> <br> <form name="frm" method="post" action=""> <table width="820" border="0" align="left" cellpadding="0" cellspacing="0" class="text_normal" > <tr> <td width="113" height="0" class="text_normal_header_small">แสดงผล</td> <td width="202" height="17"><input name="type" type="radio" id="radio3" value="0" <? if($type == 0){ echo 'checked'; }?> > ประกาศ <label for="type2"> <input type="radio" name="type" id="radio4" value="1" <? if($type == 1){ echo 'checked'; }?>> ไม่ประกาศ</label></td> <td width="91" height="35" class="text_normal_header_small">ชื่อคะแนนเก็บ</td> <td width="165" height="35"><label for="name"></label> <input type="text" name="name" id="name" value="<?=$query['s_name'];?>"></td> <td width="78" height="35" class="text_normal_header_small">คะแนนเต็ม</td> <td width="151" height="35"><label for="textfield5"></label> <input type="text" name="max" id="textfield5" value="<?=$query['s_max'];?>" onKeyPress="return isNumberKey(event)"></td> </tr> </table> <table width="820" border="0" cellpadding="0" cellspacing="2" bordercolor="#CCCCCC" > <tr class="txt_write"> <td width="92" height="0" align="center" bgcolor="#168AA5">ลำดับ</td> <td width="167" height="0" align="center" bgcolor="#168AA5">รหัสนักศึกษา</td> <td width="286" height="0" align="center" bgcolor="#168AA5">ชื่อนักศึกษา</td> <td width="123" align="center" bgcolor="#168AA5">กรอกคะแนน</td> </tr> <? $sql = "select * from $tb_std left join $tb_regis on $tb_regis.student_id = $tb_std.student_id left join $tb_subject on $tb_subject.subject_id = $tb_regis.subject_id left join $tb_scd on $tb_scd.registration_id = $tb_regis.registration_id left join $tb_sc on $tb_sc.score_id = $tb_scd.score_id where $tb_regis.subject_id = '$ids' and $tb_scd.score_id = '$p_edit' order by $tb_std.std_id asc "; $query = $connect->query($sql); while($show = $query->next()){ ?> <tr class="text_normal" onMouseOver="this.className='text_normal_over';" onMouseOut="this.className='text_normal'; "> <td height="0" align="center"><?=++$i;?></td> <td height="0" align="left"><?=$show['std_id'];?></td> <td height="0"><?=$show['name'];?> <?=$show['name'];?></td> <td align="center"><label for="textfield3"></label> <input name="s-<?=$show['score_detail_id'];?>" type="text" id="s-<?=$show['score_detail_id'];?>" size="15" value="<?=$show['score'];?>" onKeyPress="return isNumberKey(event)" maxlength="3"></td> </tr> <? }?> </table> <br> <table width="820" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><input type="submit" name="btn" id="btn" value="บันทึกข้อมูล" onClick="return CheckForm();"> <input name="update" type="hidden" id="update" value="<?=$p_edit?>"></td> </tr> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง