|
|
|
ช่วยผมด้วยครับ เวบบอร์ด ให้เอากระทู้ใหม่ๆ มาแสดงก่อน เวลามีคนมาแสดงล่าสุดก้อให้หัวข้อกระทู้อยู่แรกสุดทำอย่างไหรเหรอครับ |
|
|
|
|
|
|
|
ช่วยผมด้วยครับพอดีผมทำส่วนของเวบบอร์ด
พอผมโพสต์เข้าไปครับมันต่อท้ายน่ะครับแต่ถ้าต้อางการ
ให้เอากระทู้ใหม่ๆ มาแสดงก่อน เวลามีคนมาแสดงล่าสุดก้อให้หัวข้อกระทู้อยู่แรกสุด
จากหน้ากระทู้ครับ
ส่วนตัวนี้โค๊ดครับ
Code (PHP)
<tr>
<td align="center" bgcolor="#FF6699"><h2>Webboard แสดงความคิดเห็น / กระทู้ถาม - ตอบ</h2></td>
</tr>
</table>
<br />
<a href="question_from.php">ตั้งคำถามใหม่</a><br />
แสดงคำถามที่<?php echo ($startRow_Recordset1_IndexWebboard + 1) ?> จากทั้งหมด<?php echo $totalRows_Recordset1_IndexWebboard ?> คำถาม <br />
<table width="766" border="0" cellspacing="2" cellpadding="0">
<tr align="center" valign="top" bgcolor="#FF66CC">
<td><h4>ลำดับ</h4></td>
<td><h4>หัวข้อคำถาม</h4></td>
<td><h4>ผู้ตั้งคำถาม</h4></td>
<td><h4>วันที่</h4></td>
</tr>
<?php do { ?>
<tr bgcolor="#FF99CC">
<td><?php echo $row_Recordset1_IndexWebboard['Qid']; ?></td>
<td><a href="answer_view.php?recordID=<?php echo $row_Recordset1_IndexWebboard['Qid']; ?>"><?php echo $row_Recordset1_IndexWebboard['QTitle']; ?></a></td>
<td><?php echo $row_Recordset1_IndexWebboard['Qname']; ?></td>
<td><?php echo $row_Recordset1_IndexWebboard['QDate']; ?></td>
</tr>
<?php } while ($row_Recordset1_IndexWebboard = mysql_fetch_assoc($Recordset1_IndexWebboard)); ?>
</table>
<br />
<a href="<?php printf("%s?pageNum_Recordset1_IndexWebboard=%d%s", $currentPage, 0, $queryString_Recordset1_IndexWebboard); ?>"><< หน้าแรก</a> | <a href="<?php printf("%s?pageNum_Recordset1_IndexWebboard=%d%s", $currentPage, max(0, $pageNum_Recordset1_IndexWebboard - 1), $queryString_Recordset1_IndexWebboard); ?>">หน้าก่อน</a> | <a href="<?php printf("%s?pageNum_Recordset1_IndexWebboard=%d%s", $currentPage, min($totalPages_Recordset1_IndexWebboard, $pageNum_Recordset1_IndexWebboard + 1), $queryString_Recordset1_IndexWebboard); ?>">หน้าถัดไป</a> | <a href="<?php printf("%s?pageNum_Recordset1_IndexWebboard=%d%s", $currentPage, $totalPages_Recordset1_IndexWebboard, $queryString_Recordset1_IndexWebboard); ?>">หน้าสุดท้าย >></a>
Tag : PHP, MySQL, CakePHP
|
|
|
|
|
|
Date :
2013-12-12 21:05:35 |
By :
itboy |
View :
856 |
Reply :
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็ใช้ order by id desc ก็ได้ครับหรือถ้าต้องการเวลามีคนตอบกระทู้แล้วอยากให้ดันกระทู้เป้นกระทู้แรก ก็ใช้วันที่เข้ามาเป็นตัวจัดการครับ
|
|
|
|
|
Date :
2013-12-12 21:33:41 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ คุณ phpbasic
การใช้ order by id desc
ใช้ใน code หน้าไหนเหรอครับ หน้านี้ที่ผมส่งไปหรือเปล่าครับ คือผมยัง งง อยู่ครับ ใช่ใส่ใน code หน้านี้หรือเปล่าครับ
ขอคุณครับ
|
|
|
|
|
Date :
2013-12-13 09:04:26 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมใส่แล้ว error ไปหมดเลยครับ รบกวนท่านผู้ชำนาญ ลองใส่ตัวอย่างให้ดูได้ไหมครับ ผมใส่ error เต็มไปหมดเลยครับ
|
|
|
|
|
Date :
2013-12-13 10:00:24 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สรุปว่าต้องใส่ code แล้ว ก็ไป ทำใน data base เหรอครับ
|
|
|
|
|
Date :
2013-12-13 10:11:25 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาคำสั่ง query ของคุณมาแปะหน่อยครับ
|
|
|
|
|
Date :
2013-12-13 10:15:47 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
session_start();
require_once('Connections/connWebboard.php');
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$currentPage = $_SERVER["PHP_SELF"];
$maxRows_Recordset1_IndexWebboard = 10;
$pageNum_Recordset1_IndexWebboard = 0;
if (isset($_GET['pageNum_Recordset1_IndexWebboard'])) {
$pageNum_Recordset1_IndexWebboard = $_GET['pageNum_Recordset1_IndexWebboard'];
}
$startRow_Recordset1_IndexWebboard = $pageNum_Recordset1_IndexWebboard * $maxRows_Recordset1_IndexWebboard;
mysql_select_db($database_connWebboard, $connWebboard);
$query_Recordset1_IndexWebboard = "SELECT * FROM tblquestion";
$query_limit_Recordset1_IndexWebboard = sprintf("%s LIMIT %d, %d", $query_Recordset1_IndexWebboard, $startRow_Recordset1_IndexWebboard, $maxRows_Recordset1_IndexWebboard);
$Recordset1_IndexWebboard = mysql_query($query_limit_Recordset1_IndexWebboard, $connWebboard) or die(mysql_error());
$row_Recordset1_IndexWebboard = mysql_fetch_assoc($Recordset1_IndexWebboard);
if (isset($_GET['totalRows_Recordset1_IndexWebboard'])) {
$totalRows_Recordset1_IndexWebboard = $_GET['totalRows_Recordset1_IndexWebboard'];
} else {
$all_Recordset1_IndexWebboard = mysql_query($query_Recordset1_IndexWebboard);
$totalRows_Recordset1_IndexWebboard = mysql_num_rows($all_Recordset1_IndexWebboard);
}
$totalPages_Recordset1_IndexWebboard = ceil($totalRows_Recordset1_IndexWebboard/$maxRows_Recordset1_IndexWebboard)-1;
$queryString_Recordset1_IndexWebboard = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_Recordset1_IndexWebboard") == false &&
stristr($param, "totalRows_Recordset1_IndexWebboard") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_Recordset1_IndexWebboard = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_Recordset1_IndexWebboard = sprintf("&totalRows_Recordset1_IndexWebboard=%d%s", $totalRows_Recordset1_IndexWebboard, $queryString_Recordset1_IndexWebboard);
?>
|
|
|
|
|
Date :
2013-12-13 10:32:28 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ประมาณนี้ครับ
mysql_select_db($database_connWebboard, $connWebboard);
$query_Recordset1_IndexWebboard = "SELECT * FROM tblquestion";
$query_limit_Recordset1_IndexWebboard = sprintf("%s LIMIT %d, %d", $query_Recordset1_IndexWebboard, $startRow_Recordset1_IndexWebboard, $maxRows_Recordset1_IndexWebboard);
$Recordset1_IndexWebboard = mysql_query($query_limit_Recordset1_IndexWebboard, $connWebboard) or die(mysql_error());
$row_Recordset1_IndexWebboard = mysql_fetch_assoc($Recordset1_IndexWebboard);
if (isset($_GET['totalRows_Recordset1_IndexWebboard'])) {
$totalRows_Recordset1_IndexWebboard = $_GET['totalRows_Recordset1_IndexWebboard'];
} else {
$all_Recordset1_IndexWebboard = mysql_query($query_Recordset1_IndexWebboard);
$totalRows_Recordset1_IndexWebboard = mysql_num_rows($all_Recordset1_IndexWebboard);
}
$totalPages_Recordset1_IndexWebboard = ceil($totalRows_Recordset1_IndexWebboard/$maxRows_Recordset1_IndexWebboard)-1;
$queryString_Recordset1_IndexWebboard = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_Recordset1_IndexWebboard") == false &&
stristr($param, "totalRows_Recordset1_IndexWebboard") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_Recordset1_IndexWebboard = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_Recordset1_IndexWebboard = sprintf("&totalRows_Recordset1_IndexWebboard=%d%s", $totalRows_Recordset1_IndexWebboard, $queryString_Recordset1_IndexWebboard);
|
|
|
|
|
Date :
2013-12-13 10:33:47 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมยังแก้ไม่ได้เลยครับ ขอความช่วยเหลือหน่อยครับจะทำอย่างไหรดี
|
|
|
|
|
Date :
2013-12-13 13:22:43 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะแก้แค่นี้นะครับ
Code (PHP)
$query_Recordset1_IndexWebboard = "SELECT * FROM tblquestion order by Qid desc, QDate desc";
ว่างๆลองเข้าไปอ่านบทเรียนดูนะครับ PHP Tutorial
|
|
|
|
|
Date :
2013-12-13 15:05:55 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ผมความรู้น้อยไปหน่อยครับผมจะไปศึกษาใน PHP Tutorial
|
|
|
|
|
Date :
2013-12-13 15:36:10 |
By :
itboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วเน๊อะ ค่อยๆศึกษาไปคับ เขียนเว็บบอร์ดได้นี้ก็เก่งแล้ว
อันไหนไม่ได้หรือไ่ม่เข้าใจคำสั่ง Tutorial thaicreate.com มีคำตอบหมดทุกคำสั่งครับผม
สู้ๆ
|
|
|
|
|
Date :
2013-12-13 16:15:57 |
By :
phpbasic |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|