ดึงข้อมูลจากดาต้าเบสมาแสดงไม่ได้ ไม่โชว์ข้อมูล โค้ดผมผิดตรงไหนหรือเปล่า
Code (PHP)
<?php
include ("connect.inc.php");
mysql_select_db($dbname);
$SQL3 = ("Select
tbmeetname.id_meetname,
tbmeetname.meetname_detail,
tblgeneral.gen_detail,
tblgeneral.gen_sex,
tblgeneral.id_general,
tblother.other,
tblother.id_other,
tblreport.id_report,
tblreport.id_other As id_other1,
tblreport.id_score,
tblreport.id_meetname As id_meetname1,
tblreport.id_general As id_general1,
tblscore.id_score As id_score1,
tblscore.score,
tblscore.score_2,
tblscore.score_3,
tblscore.score_4,
tblscore.score_5,
tblscore.score_6,
tblscore.score_7,
tblscore.score_8,
tblscore.score_9,
tblscore.score_10,
tblscore.score_11,
tblscore.score_12
From
tblgeneral Inner Join
tblreport On tblgeneral.id_general = tblreport.id_general Inner Join
tblother On tblother.id_other = tblreport.id_other Inner Join
tblscore On tblscore.id_score = tblreport.id_score Inner Join
tbmeetname On tbmeetname.id_meetname = tblreport.id_meetname
where
tblreport
Group By
tbmeetname.id_meetname, tbmeetname.meetname_detail, tblgeneral.gen_detail,
tblgeneral.gen_sex, tblgeneral.id_general, tblother.other, tblother.id_other,
tblreport.id_report, tblreport.id_other, tblreport.id_score,
tblreport.id_meetname, tblreport.id_general, tblscore.id_score,
tblscore.score, tblscore.score_2, tblscore.score_3, tblscore.score_4,
tblscore.score_5, tblscore.score_6, tblscore.score_7, tblscore.score_8,
tblscore.score_9, tblscore.score_10, tblscore.score_11, tblscore.score_12");
$Result3 = mysql_query($SQL3);
//$sql="select * from tblother";
//$result2=mysql_query($sql22);
?>
<p>ชื่อเรื่อง <strong><?php echo $Result3["meetname_detail"];?></strong></p>
เวลาแสดงผล มันไม่โชว์ข้อมูลครับ ทั้งที่ในด้าต้าเบส มีข้อมูลอยู่แล้วนะครับ แต่ไม่แสดงผล โค้ดผมผิดตรงไหน ช่วยชี้แนะด้วยครับท่านผู้รู้ ผมมือใหม่Tag : PHP, MySQL
Date :
2012-12-29 13:58:22
By :
mass1
View :
861
Reply :
3
ดูตรง where มันไม่มีกำหนดเงื่อนไขเลยหรอครับว่าจะให้ตรวจสอบที่ไหน
เห็นกำหนดไว้แค่ where tblreport แล้วก็ Group By เลย มันน่าจะมีการตรวจสอบเงื่อนไขบ้างนะถ้าประกาศ where มาแล้วอ่ะ
tblreport.xxxx=tb.bbbb อะไรแบบนี้อ่ะครับ
ปล.ถ้าเข้าใจผิดก็ขออภัยนะครับ ^ ^
Date :
2012-12-29 16:38:55
By :
somparn
ตามข้างบนนะ และก็บรรทัดที่ 49 ลองเปลี่ยนเป็น
Code (PHP)
$Result3 = mysql_query($SQL3) or die (mysql_error());
Date :
2012-12-29 16:58:14
By :
บังเอิญผ่านมาเห็น
โอ้วว ขอบคุณครับ ผมมือใหใหม่จริง ๆ ได้ความยังไง จะมาแจ้งให้ทรายอีกทีครับ
Date :
2012-12-30 09:44:10
By :
mass1
Load balance : Server 04