|
|
|
แปลว่าอะไรอ่ะคับ พี่ๆ คับ รบกวนหน่อยคับ คือว่าผมทำเว็บบทความ อันนี้เป็นหน้าเว็บส่วนที่แสดงเนื้อหาบทความ |
|
|
|
|
|
|
|
พี่ๆ คับ รบกวนหน่อยคับ คือว่าผมทำเว็บบทความ อันนี้เป็นหน้าเว็บส่วนที่แสดงเนื้อหาบทความอะคับมันไม่ยอมมีบทความขึ้น ขึ้นมาแต่แบบนี้
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\AppServ\www\itrah\reply.php on line 27
อันนี้เป็นโด็ดหน้าบทความอ่ะคับ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>w w w . i t r a h . o r g</title>
<meta name="keywords" content="Quran, กุรอาน, Gurba, alitrah, itrah, al-itrah, ลูกหลาน" />
<meta http-equiv="content-type" content="text/html; charset=tis-620, windows-874, utf-8">
<link href="style_CSS.css" type="text/css" rel="stylesheet" />
<link href="menu_CSS.css" type="text/css" rel="stylesheet" />
</head>
<body>
<table bgcolor="fffff0" border="0" cellspacing="0" cellpadding="0" align="center" width="900">
<tr>
<td height="194px" background="pictures/banner1.png" valign="top">HOME > <?php echo stripslashes($data_topic['group']); ?> > <?php echo stripslashes($data_topic['topic']); ?></td>
</tr>
<tr>
<td valign="top">
<?php
include('config.inc.php');
$id = $_GET['id'];
$sql = "SELECT *, ";
$sql .= "FROM tbl_topic";
$sql .= "WHERE topic_id = '$id' ";
$sql .= "DATE_FORMAT(date_posted, '%e-%m-%Y %H:%i') AS date";
$result_topic = mysql_query($sql);
[color=red$data_topic = mysql_fetch_array($result_topic);
?>
<table width="100%" border="0" bordercolor="aaaaaa" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<p class="ps"><?php echo stripslashes($data_topic['topic']); ?><br /><?php echo stripslashes($data_topic['name']); ?> เรียบเรียง<br /><?php echo $data_topic['date']; ?></p><hr color="#aaaaaa" size="1" width="200" align="left" />
<p class="article"><?php echo stripslashes($data_topic['detail']); ?></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
25 พ.ย. 2551 12:35:30 |
By :
aleef_idear |
View :
1772 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัดที่มีปัญหาคือบรรทัดนี้นะคับ
$data_topic = mysql_fetch_array($result_topic);
|
|
|
|
|
Date :
25 พ.ย. 2551 12:36:59 |
By :
aleef_idear |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมสงสัยว่า โค้ดที่เขียนขึ้นมานี้ คุนรับค่า ID เป้น array แต่พอส่งค่ามันไม่ยอมแสดงผล ลองกับไปดูตรงที่รับค่าก่อนครับว่าส่งค่ายังไง
|
|
|
|
|
Date :
25 พ.ย. 2551 13:59:36 |
By :
jazzyorjazzy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "SELECT *, ";
$sql .= "FROM tbl_topic";
$sql .= "WHERE topic_id = '$id' ";
$sql .= "DATE_FORMAT(date_posted, '%e-%m-%Y %H:%i') AS date";
ทำไมต้องเขียน query แบบนี้ค่ะ ไม่เข้าใจ
|
|
|
|
|
Date :
25 พ.ย. 2551 16:18:18 |
By :
หนูนา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\AppServ\www\itrah\reply.php on line 27
แปลว่า SQL ผิด 100%
|
|
|
|
|
Date :
25 พ.ย. 2551 19:21:55 |
By :
tacomsci |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "SELECT *, ";
$sql .= "FROM tbl_topic";
$sql .= "WHERE topic_id = '$id' ";
$sql .= "DATE_FORMAT(date_posted, '%e-%m-%Y %H:%i') AS date";
นั่นดิ เขียนแบบนี้เพื่ออะไร งงแถมเปลืองโค๊ดป่าวๆ
ส่วน Error ก็อาจจะเกิดจากตรงนี้ ลอง
$sql = "SELECT *, DATE_FORMAT(date_posted, '%e-%m-%Y %H:%i') AS date FROM tbl_topic WHERE topic_id=".$id." ";
|
|
|
|
|
Date :
26 พ.ย. 2551 14:55:04 |
By :
Masato |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้เลยไอน้อง
|
|
|
|
|
Date :
2009-05-19 16:33:47 |
By :
ได้เลยไอน้อง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|