<? $ch=$_POST[ch]; $count5=0; $count4=0; $count3=0; $count2=0; $count1=0; include "config.php"; $sql="select * from test"; $result=mysql_db_query($dbname,$sql); $sum=mysql_num_rows($result); while ($r=mysql_fetch_array($result)) { $ques=$r[q11]; //หาจำนวนผู้เลือกความพึงพอใจ if($ques==5) $count5=$count5+1; if($ques==4) $count4=$count4+1; if($ques==3) $count3=$count3+1; if($ques==2) $count2=$count2+1; if($ques==1) $count1=$count1+1; } //คำนวนเพื่อคิดเป็น % กำหนดให้แสดงเป็นทศนิยม 2 ตำแหน่ง $p5=round((($count5*100)/$sum),2); $p4=round((($count4*100)/$sum),2); $p3=round((($count3*100)/$sum),2); $p2=round((($count2*100)/$sum),2); $p1=round((($count1*100)/$sum),2); //คำนวณเพื่อกำหนดความกว้างของรูปภาพ $w5=$p5*5; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง