<? if($_POST["submit2"]){ $vote_select = "SELECT * FROM vote where id_entry = '$id_entry' and id_stu = '".$_SESSION['id_stu']."'"; //$vote_select = "SELECT * FROM vote where id_entry = '$id_entry' and id_stu = '".$_SESSION['id_stu']."'"; $vote_query_select = mysql_query($vote_select); $vote_result_select = mysql_fetch_array($vote_query_select); if($_SESSION['id_stu'] == $vote_result_select["id_stu"] ) //ซ้ำกันโหวตไม่ได้ { echo "<script>alert('ซ้ำ'); </script>"; echo "<script>window.location='blogpage_log.php?topicid=$id_entry'</script>"; exit(); } else { // id_entry เดิม id_stu ใหม่ // ปัญหา โหวตได้ entry ละ 1 user ซ้ำกันไม่ได้ //$num_vote = $vote_result_select['num_vote']+1; //บวกเพิ่มไป 1 ตามหัวข้อที่โหวด $vote_insert = "insert into vote (id_entry, id_stu, num_vote) values('$id_entry','".$_SESSION['id_stu']."','$num_vote')"; $vote_query_insert = mysql_query($vote_insert); ?>
Quote:$vote_select = "SELECT * FROM vote where id_entry = '$id_entry' and id_stu = '".$_SESSION['id_stu']."'";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง