|
|
|
ดูให้ทีครับว่าทำไม error ตรง $num_rows น้ำข้อมมูลจากฐานข้อมูลมาแสดง ครับ แต่กลับว่า error ผมก็งงว่าทำไม error ตรงนั้น ขอบคุณครับ |
|
|
|
|
|
|
|
Code (PHP)
<?
//session_start();
include("header/conn.php");
//include("../../header/connfigtb.php");
$count=1;
?>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../../Stys.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style3 {color: #000000}
.style4 {color: #FFFFFF}
-->
</style>
<link href="../sty.css" rel="stylesheet" type="text/css">
<link href="../../sty.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style6 {color: #FFFFFF}
.style7 {font-family: AngsanaUPC}
.style8 {font-size: 22px}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
color: #0000FF;
}
a:active {
text-decoration: none;
color: #0000FF;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(Picture/main_bg.jpg);
}
.style19 {font-family: "mS Sans Serif", tahoma, verdana}
.style20 {
font-family: "mS Sans Serif", tahoma, verdana;
font-size: 16px;
font-weight: bold;
}
.style21 {font-size: 16px}
.style22 {font-family: "mS Sans Serif", tahoma, verdana; font-size: 16px;}
.style23 {font-family: "mS Sans Serif", tahoma, verdana; font-size: 16; }
.style24 {font-family: "mS Sans Serif", tahoma, verdana; font-size: 16; font-weight: bold; }
.style25 {font-family: AngsanaUPC; font-size: 20px; }
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body >
<div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','764','height','100','src','Picture/banner(1)','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Picture/banner(1)' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="764" height="100">
<param name="movie" value="Picture/banner(1).swf">
<param name="quality" value="high">
<embed src="Picture/banner(1).swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="764" height="100"></embed>
</object>
</noscript></div>
<table width="764" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="31" bgcolor="#8282FF"><div align="center"><span class="style4 style7 style8"><strong><span class="style22">ข้อมูลแผนการจัดการความรู้</span></strong></span></div></td>
</tr>
</table>
<table width="1300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#666666">
<td width="75"><div align="center" class="style21 style19 style4"><strong>ลำดับที่</strong></div></td>
<td width="196"> <div align="center" class="style21 style19 style4"><strong>ชื่อแผนการจัดการความรู้</strong></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">ประเด็นยุทธศาสตร์</span></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">เป้าหมายของตัวชี้วัด</span></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">เป้าหมายตัวชี้วัดที่</span></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">ตัวชี้วัดความคำรับรอง</span></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">องค์ความรู้ที่จำเป็น</span></div></td>
<td width="238"><div align="center" class="style20"><span class="style6">ปี พ.ศ.</span></div></td>
<?
$sql="select * from e_doc8 order by couse ";
$db_query=mysql_db_query($dbname,$sql);
$num_rows=mysql_num_rows($db_query);
// echo "$sql";
$a=0;
while($a<$num_rows)
{
$result= mysql_fetch_array($db_query);
$no=$result["ID_doc"];
$name=$result["name"];
$lname=$result["praden"];
$school=$result["school"];
$couse=$result["object"];
$couse=$result["objnum"];
$couse=$result["kpi"];
$couse=$result["know"];
$couse=$result["year"];
($x=="##CCFFFF")?$x="##CC99FF":$x="##FFFFFF";
?>
<tr bgcolor="#FFFFFF">
<td><div align="center" class="style25"><span class="style3"><? echo"$count"; ?></span></div></td>
<td ><div align="left" class="style25"> <? echo"$name"; ?></a> <? echo"$lname"; ?></div></td>
<td ><span class="style25"> <? echo"$school"; ?></span></td>
</tr>
<?
$a++;
$count=$count+1;
}
?>
</table>
</body>
</html>
น้ำข้อมมูลจากฐานข้อมูลมาแสดง ครับ แต่กลับว่า error ผมก็งงว่าทำไม error ตรงนั้น
ขอบคุณครับ
Tag : - - - -
|
|
|
|
|
|
Date :
2010-02-18 02:28:01 |
By :
ron |
View :
918 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้อง select ก่อนหรือเปล่าคับ
|
|
|
|
|
Date :
2010-02-18 02:30:42 |
By :
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select ตรงไหนครับ
$sql="select แล้วนิ
|
|
|
|
|
Date :
2010-02-18 03:16:09 |
By :
ron |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลอง echo $sql; แล้สวเอาค่าไป run ใน phpmyadmin ดูครับว่ามีค่าเปล่า
|
|
|
|
|
Date :
2010-02-18 08:30:21 |
By :
onizike |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error ตรงไหนครับ
|
|
|
|
|
Date :
2010-02-18 08:39:31 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$db_query=mysql_db_query($dbname,$sql); ตรงนี้ครับ
ให้เปลี่ยน $db_query=mysql_query($sql, $dbname); ดูนะครับไม่แน่ใจแฮะๆๆ
|
|
|
|
|
Date :
2010-02-18 09:51:27 |
By :
wombatman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|