|
|
|
นับจำนวนคนเข้าตอบ เว็บบอร์ด ค่ะ พอดีว่าวนไม่ถูก ค่ะ จะต้องสร้างฟังชั่นมาใหม่ และเรียกมายังไงที่จะให้วน ให้ขึ้นมาเป็นจำนวณที่เราต้องการ |
|
|
|
|
|
|
|
function_question
Code (PHP)
function question_view_thai($webboard,$page,$perpage){
$sql="select *from question where webboard_id='$webboard' AND lang='thai' order by question_id desc";
$result=mysql_query($sql);
$nr=mysql_num_rows($result);
$totalpage = ceil($nr/$perpage);
$sql_limit = ($page - 1) * $perpage ;
$sql_limit = " LIMIT " . $sql_limit . ", " . $perpage ." ";
$sql .= $sql_limit ;
$result1=mysql_query($sql);
return array($result1,$totalpage);
}
webboard
Code (PHP)
<?
$perpage=10;
if(!isset($page)){
$page=1;
}
list($result,$total)=question_view_thai($webboard,$page,$perpage);?></td>
<td width="174"><div align="right" id="readbody">
<?
if($total>1){
showPageQuestion($total,$page,$webboard);
}
?>
</div></td>
</tr>
</table></div></td>
</tr>
<tr>
<td width="405" height="27" bgcolor="#C7DE96" id="head"><div align="center">คำถาม</div></td>
<td width="182" bgcolor="#C7DE96" id="head"><div align="center">ผู้ตั้ง</div></td>
<td width="160" bgcolor="#C7DE96" id="head"><div align="center"> วันที่</div></td>
</tr>
<?
while($row=mysql_fetch_array($result)){
$date=split("-",$row["question_date"]);"<br>"
?>
<tr id="readbody">
<td height="33" id="bg_webboard" ><div id="readbody">
<div align="left"><a href="question_view.php?question=<?=$row["question_id"]?>" class="style1" style="text-decoration:none; color:#003300;">
<?=$row["question_topic"]?>
</div></td>
<td id="bg_webboard"><div align="center" class="style1">
<div id="readbody">
<?=$row["question_name"]?>
</div>
</div></td>
<td id="bg_webboard"><div id="readbody">
<div align="center" class="style1">
<?=$date[2]?>
/
<?=$date[1]?>
/
<?=$date[0]?>
</div>
</div></td>
<? }?>
Database
question
answer
อยากให้จำนวนคนอยู่ข้างหลัง หัวข้อกระทู้ค่ะ ขอบคุณ ล่วงหน้านะคะ
Tag : PHP
|
ประวัติการแก้ไข 2011-02-28 17:02:43
|
|
|
|
|
Date :
2011-02-24 15:08:43 |
By :
mostgirls |
View :
1243 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-*-
|
|
|
|
|
Date :
2011-02-24 17:55:38 |
By :
mostgirls |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|