สอบถาม Code Webboard ครับ คือหน้า post สามารถทำได้แล้วครับ แต่พอกดตรงข้อความที่โพสไว้
เอาโค้ด มาแปะ ครับผม ^-^
Date :
2009-12-22 15:33:24
By :
yomaster
Code หน้า view topic ครับ
<? include("connect.php");
include("function.php");
$sql = "update webboard_post set view=view+1";
$sql .= "where question_id=".$_REQUEST['id'];
$query = mysql_query($sql) or die (mysql_error());
$sql = "select * from webboard_post";
$sql .= "where question_id=".$_REQUEST['id'];
$query = mysql_query($sql) or die(mysql_error());
$row = mysql_fetch_array($query); ?>
<table width="700" class="square" cellpadding="4" cellspacing="1">
<tr>
<td width="20%" align="center" class="square"><span class="style17">Subject</span></td>
<td width="80%" class="square" align="left">
<?=$row['subject']?> </td>
</tr>
<tr>
<td width="20%" align="center" class="square"><span class="style17">Detail</span></td>
<td width="80%" class="square" align="left">
<?=showEmo(badword($row['subject_detail']))?> </td>
</tr>
<? if($row['attach_file']<>"") { ?>
<tr>
<td width="20%" align="center" class="style19 square"><strong>Attach File</strong></td>
<td width="80%" class="square" align="left">
<? echo showAttachfile($row['attach_file']) ?> </td>
</tr>
<? } ?>
<tr>
<td width="20%" align="center" class="style19 square"><strong>Name</strong></td>
<td width="80%" class="square" align="left">
<?=$row['name']?> </td>
</tr>
<tr>
<td width="100%" colspan="2" align="right" class="square style18">
Date :<?=dateShow($row['datadate'])?> IP:<?=showIP($row['ip_address'])?> View :<?=$row['view']?> Reply :<?=$row['reply']?> </td>
</tr>
</table>
<br />
Date :
2009-12-22 15:40:09
By :
khaipaloo
Code (PHP)
$sql = "update webboard_post set view=view+1";
$sql .= " where question_id=".$_REQUEST['id'];// เคาะวรรค
Date :
2009-12-22 15:42:44
By :
plakrim
ได้แล้วคร๊าบบบบบบบ.............
ขอบคุณหลายๆๆๆๆ คับพี่....
Date :
2009-12-22 15:52:52
By :
khaipaloo
วรรคทั้ง select และ update แหละครับ
ถ้า เออเร่อ ว่า error in your SQL syntax ให้คุณเดาได้เลยครับว่า sql command ไม่ถูก
Date :
2009-12-22 16:01:36
By :
Sek-Artdrinker
หรือจะตรวจสอบ คิวรี่ แบบนี้ดูนะครับ
Code (PHP)
echo $sql;
Date :
2009-12-22 16:05:11
By :
panyapol
ปั่นงาน อยู่หำหล่า เดี๋ยวบ่ได้กลับบ้าน
หลังปีใหม่ เดี๋ยวค่อยว่ากัน
Date :
2009-12-22 16:17:23
By :
plakrim
กว่าจะทำได้ เหงื่อตก เลยอ่ะครับ
พอหน้านั้นหาย หน้าอื่นก็เป็นอีก...หุหุ
แก้กันต่อไป....
Date :
2009-12-22 16:18:11
By :
khaipaloo
สู้ๆ เป็นกำลังใจให้ครับ aod
Date :
2009-12-22 16:21:35
By :
panyapol
Load balance : Server 03