|
|
|
Add ข้อมูลแล้วลง DB 2แถวอะคับอยากทราบวิธีแก้คับทำหลายครั้งแล้ว |
|
|
|
|
|
|
|
ก่อนหน้านี้ต้องมี Loop อะไรซักอย่างคุมมันอยู่ครับ ทำให้มันหมุนวนหลายรอบ ไล่พวก Loop และปีกกาดีดีครับผม
|
|
|
|
|
Date :
2013-12-25 13:33:54 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมรู้แล้วครับ คือเวลากดเข้าไปที่หน้าตั้งกระทู้มันก็เอาข้อมูลว่างปล่าวลงฐานข้อมูลแล้วครับ
แต่ไม่รู้จะแก้ตรงไหนช่วยผมทีครับผมงงมากเลย
นี่โค้ดก่อนหน้าที่จะเข้าไปกดตั้งกระทู้ครับ
Code (PHP)
<style>
.contentbox {width:323px; height:auto ;word-wrap:break-word;}
</style>
<style>
.contentbox1 {width:114px; overflow:hidden;}
</style>
<form name="form4" method="post" action="">
<strong><a href="topic.php">ตั้งคำถามใหม่</a></strong>
<table width="600" border="0" cellpadding="0" cellspacing="3" class"table table-hover">
<tr>
<td width="1">No.</td>
<td width="326">ชื่อหัวข้อ</td>
<td width="146">ผู้ตั้งคำถาม</td>
<td width="116">เวลาที่โพส</td>
</tr>
<tr>
<?php $sql = mysql_query("SELECT * FROM webboard ORDER BY wb_id DESC");
while($res=mysql_fetch_array($sql)){?>
<td align="center"><?php echo($res[wb_id]);?></td>
<td><a href="ans.php?p=forum&wb_id=<?php echo($res[wb_id])?>"><span class="contentbox"><?php echo ($res[wb_title]);?></span></td>
<td><div class="contentbox1"><?php echo($res[wb_mem]);?></div></td>
<td><div class="contentbox1"><?php echo($res[wb_datetime]);?></div></td>
</tr>
<?php } ?>
<hr>
</table>
</form>
|
|
|
|
|
Date :
2013-12-25 15:24:05 |
By :
bank13bb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|