<table width="900" border="1" cellpadding="0" cellspacing="0"> <? $sql="select * from time_sample where team='".$_POST['Require']."' and day_='".$_POST['day_']."' order by id desc"; $table=mysql_query($sql,$link); while($arr=mysql_fetch_array($table)){ ?> <tr> <td align="left" bgcolor="#F0F0F0">ชื่อ : <?=$arr['name'];?> / <?=$arr['id_staff'];?>/ <?=$arr['skill'];?>/ <?=$arr['day_'];?> <table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="28%" height="25" bgcolor="#CCCCFF">วิชาสอบ</td> <td width="22%" height="25" bgcolor="#CCCCFF">สอบจำนวน/ครั้ง</td> <td width="30%" height="25" bgcolor="#CCCCFF">ข้อสอบทั้งหมด / สอบได้</td> <td width="20%" height="25" bgcolor="#CCCCFF">ผลประเมิล</td> </tr> <? $sql="select * from sample_user where id_staff='".$arr['id_staff']."' and day_='".$_POST['day_']."'"; $table=mysql_query($sql,$link); while($arr2=mysql_fetch_array($table)){ ?> <tr> <td height="30" bgcolor="#FFFFFF"><?=$arr2['belong'];?></td> <td height="15" bgcolor="#FFFFFF"><? $id_staff=$arr2['id_staff']; $belong=$arr2['belong']; echo fnc_sum($id_staff,$belong);?> /ครั้ง</td> <td height="15" bgcolor="#FFFFFF"><? $kc=fnc_sum1($id_staff,$belong); echo $kc;?> / <? $score=fnc_sum2($id_staff,$belong); echo $score;?></td> <td height="15" bgcolor="#FFFFFF"><? $per=round(100*$score/$kc); echo $per; echo "%"; ?> ผล <? if ($per>=80){?> <font color="#00CC00">ผ่านเกณฑ์</font> <? }else{?> <font color="#FF0000">ไม่ผ่านเกณฑ์</font> <? }?></td> </tr> <? }?> </table></td> </tr> <?php } ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง