กำลังทำเว็บบอร์ดครับ เเต่ความคิดเห็น ไม่ตรงกับกระทู้คำถามครับคือตอนเเสดงผลที่เเลกตรงเเต่พอ ผมใช้ฟังชั่น Load More เเล้วข้อมูลความคิดเห็นกระทู้
อื่นออกมาหมดเลยครับ
1.select.php
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" href="data/table.css" />
</head>
<body>
<table border="1" >
<tr>
<td>บทความ</td>
<td>โดย</td>
<td>เวลา</td>
<td>ดูเเล้ว</td>
<td>ความคิดเห็น</td>
</tr>
<?php
include("data/connect.php");
$objQuery=mysql_query("SELECT *FROM question");
$Num_Rows=mysql_num_rows($objQuery);
$Per_Page=10;
@$Page=$_GET["Page"]; //การตัดเเบ่งหน้า
if(!@$_GET["Page"])
{
$Page=1;
}
$Prev_Page=$Page-1;
$Next_Page=$Page+1;
$Page_Start=(($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page){
$Num_Pages=1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages=($Num_Rows/$Per_Page);
}else{
$Num_Pages=($Num_Rows/$Per_Page)+1;
$Num_Pages=(int)$Num_Pages;
}
$re=mysql_query("SELECT *FROM question order by questionid desc limit $Page_Start,$Per_Page");
?>
<?php
while ($row=mysql_fetch_array($re))
{ ?>
<tr>
<td><a href="home.php?questionid=<?=$row["questionid"] ; ?>"><?=$row["question"]; ?></a></td>
<td><?=$row["name"] ; ?></td>
<td><?=$row["date"] ; ?></td>
<td><?=$row["view"] ; ?></td>
<td><?=$row["reply"] ; ?></td>
</tr>
<?php } ?>
</table>
<p><br />
บทความทั้งหมด : <?=$Num_Rows;?> หน้าที่
:
<?=$Num_Pages;?>
</p>
<p>Page :
<?php
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a>";
}
for($i=1; $i<=$Num_Pages; $i++)
if($i !=$Page){
echo
" [<a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a>]";
}
else
{
echo"<b>$i</b>";
}
if($Page1=$Num_Pages)
{
echo"<a href='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>NEXT >></a> ";
}
?>
</p>
</body>
</html>
2.home.php
<!doctype html>
<html>
<head>
<title>ประวัติส่วนตัว</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="controun.css" />
</head>
<script src="nicEdit.js" type="text/javascript"></script>
<script type="text/javascript">
bkLib.onDomLoaded(function() {
new nicEditor({buttonList : ['bold','italic','underline','ol','ul','fontSize','image','upload','link','unlink','forecolor','xhtml','smile']}).panelInstance('comment');
});
</script>
<?php include("data/connect.php") ;
$ide=$_GET["questionid"];
$update=mysql_query("UPDATE question SET view =view + 1 WHERE questionid='$ide' ");
?>
</html>
<div id="id1">
<header>
<img src="headder.jpg" width="1000" height="150">
</header>
<nav>
<ul id="navmenu">
<li><a href ="index.php">Home</a></li>
<li><a href ="#">WEB PROGRAM</a>
<ul class="sub1">
<li><a href="#">HTML</a>
<ul class="sub2">
<li><a href="#">HTML</a></li>
<li><a href="#">HTML5</a></li>
</ul>
</li>
<li><a href="#">CSS</a>
<ul class="sub2">
<li><a href="#">CSS</a></li>
<li><a href="#">CSS3</a></li>
</ul>
</li>
<li><a href="#">PHP</a>
<ul class="sub2">
<li><a href="#">PHP</a></li>
<li><a href="#">PHP OOP</a></li>
<li><a href="#">PHP OOP</a></li>
<li><a href="#">PHP OOP</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">MOBILE APP</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">PROGRAM</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">OTHE</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">HOME WORK</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">MEMBER</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">about Me</a></li>
</ul>
</li>
</ul>
</nav>
<div id="id2">
<section>
<article>
<header>
<?php include("data/show.php"); ?>
<br />
<br />
<?php include("showcomment.php"); ?>
<br />
<br />
<?php include("comment.php"); ?>
</p>
<footer></footer>
</header>
</article>
</section>
<aside>
<details>
<summary>ประวัติส่วนตัว</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
</aside>
</div>
<footer>Copy Right 2014 by Editplus-Thai</footer>
</div>
</body>
</html>
3.show.php
<?php
session_start();
include("data/connect.php");
$_session['i'] = $_GET["questionid"];
echo $_session['i'];
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Load More Results in PHP, Ajax, Mysql | Twitter/Facebook Like Load More Result</title>
<script type="text/javascript" src="
http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('.more_button').live("click",function()
{
var getId = $(this).attr("id");
if(getId)
{
$("#load_more_"+getId).html('<img src="load_img.gif" style="padding:10px 0 0 100px;"/>');
$.ajax({
type: "POST",
url: "more_content.php",
data: "getLastContentId="+ getId,
cache: false,
success: function(html){
$("ul#load_more_ctnt").append(html);
$("#load_more_"+getId).remove();
}
});
}
else
{
$(".more_tab").html('The End');
}
return false;
});
});
</script>
<style>
body {
font:normal 14px tahoma, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
a{text-decoration:none;}
.main_div{margin:30px 0 0 50px; width:580px }
ul.load_content{ margin:0; padding:0; list-style-type:none;}
ul.load_content li {
border-bottom: 1px solid #ddd;
color: #000000;
display: block;
font: 14px Arial,Helvetica,sans-serif;
padding: 10px 0 0 15px;
text-decoration: none;
}
.more_button {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
color: #000;
font-weight: bold;
height: auto;
line-height: 32px;
text-align: center;
text-transform: none;
}
.more_div{padding:10px;}
.all_loaded{font: bold 15px arial; color:#0D92E1; padding:20px 0 0 100px;}
</style>
</head>
<body>
<div class='main_div'>
<ul class="load_content" id="load_more_ctnt">
<?php
$ide=$_GET["questionid"];
$sql=mysql_query("select *from reply where questionid='$ide' order by replyid desc LIMIT 50 ");
while($row=mysql_fetch_array($sql))
{
$id=$row["replyid"];
$message=$row["details"];
?>
<li>
<?php echo $message; ?></a>
</li>
<?php } ?>
</ul>
<div class="more_div"><a href="#"><div id="load_more_<?php echo $id; ?>" class="more_tab">
<div class="more_button" id="<?php echo $id; ?>">Load More Content</div></a></div>
</div>
</div>
</body>
</html>
Load More php ความคิดเห็นไม่ตรงกับหัวข้อคำถามครับ
อื่นออกมาหมดเลยครับ
1.select.php
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" href="data/table.css" />
</head>
<body>
<table border="1" >
<tr>
<td>บทความ</td>
<td>โดย</td>
<td>เวลา</td>
<td>ดูเเล้ว</td>
<td>ความคิดเห็น</td>
</tr>
<?php
include("data/connect.php");
$objQuery=mysql_query("SELECT *FROM question");
$Num_Rows=mysql_num_rows($objQuery);
$Per_Page=10;
@$Page=$_GET["Page"]; //การตัดเเบ่งหน้า
if(!@$_GET["Page"])
{
$Page=1;
}
$Prev_Page=$Page-1;
$Next_Page=$Page+1;
$Page_Start=(($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page){
$Num_Pages=1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages=($Num_Rows/$Per_Page);
}else{
$Num_Pages=($Num_Rows/$Per_Page)+1;
$Num_Pages=(int)$Num_Pages;
}
$re=mysql_query("SELECT *FROM question order by questionid desc limit $Page_Start,$Per_Page");
?>
<?php
while ($row=mysql_fetch_array($re))
{ ?>
<tr>
<td><a href="home.php?questionid=<?=$row["questionid"] ; ?>"><?=$row["question"]; ?></a></td>
<td><?=$row["name"] ; ?></td>
<td><?=$row["date"] ; ?></td>
<td><?=$row["view"] ; ?></td>
<td><?=$row["reply"] ; ?></td>
</tr>
<?php } ?>
</table>
<p><br />
บทความทั้งหมด : <?=$Num_Rows;?> หน้าที่
:
<?=$Num_Pages;?>
</p>
<p>Page :
<?php
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a>";
}
for($i=1; $i<=$Num_Pages; $i++)
if($i !=$Page){
echo
" [<a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a>]";
}
else
{
echo"<b>$i</b>";
}
if($Page1=$Num_Pages)
{
echo"<a href='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>NEXT >></a> ";
}
?>
</p>
</body>
</html>
2.home.php
<!doctype html>
<html>
<head>
<title>ประวัติส่วนตัว</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="controun.css" />
</head>
<script src="nicEdit.js" type="text/javascript"></script>
<script type="text/javascript">
bkLib.onDomLoaded(function() {
new nicEditor({buttonList : ['bold','italic','underline','ol','ul','fontSize','image','upload','link','unlink','forecolor','xhtml','smile']}).panelInstance('comment');
});
</script>
<?php include("data/connect.php") ;
$ide=$_GET["questionid"];
$update=mysql_query("UPDATE question SET view =view + 1 WHERE questionid='$ide' ");
?>
</html>
<div id="id1">
<header>
<img src="headder.jpg" width="1000" height="150">
</header>
<nav>
<ul id="navmenu">
<li><a href ="index.php">Home</a></li>
<li><a href ="#">WEB PROGRAM</a>
<ul class="sub1">
<li><a href="#">HTML</a>
<ul class="sub2">
<li><a href="#">HTML</a></li>
<li><a href="#">HTML5</a></li>
</ul>
</li>
<li><a href="#">CSS</a>
<ul class="sub2">
<li><a href="#">CSS</a></li>
<li><a href="#">CSS3</a></li>
</ul>
</li>
<li><a href="#">PHP</a>
<ul class="sub2">
<li><a href="#">PHP</a></li>
<li><a href="#">PHP OOP</a></li>
<li><a href="#">PHP OOP</a></li>
<li><a href="#">PHP OOP</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">MOBILE APP</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">PROGRAM</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">OTHE</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">HOME WORK</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">MEMBER</a>
<ul class="sub1">
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
</ul>
</li>
<li><a href="#">sss</a>
<ul class="sub2">
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
<li><a href="#">555</a></li>
</ul>
</li>
</ul>
</li>
<li><a href ="#">about Me</a></li>
</ul>
</li>
</ul>
</nav>
<div id="id2">
<section>
<article>
<header>
<?php include("data/show.php"); ?>
<br />
<br />
<?php include("showcomment.php"); ?>
<br />
<br />
<?php include("comment.php"); ?>
</p>
<footer></footer>
</header>
</article>
</section>
<aside>
<details>
<summary>ประวัติส่วนตัว</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
<details>
<summary>หัวข้อย่อย2</summary>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a><br/>
<a href="#">ประวัติการงาน</a>
</details>
</aside>
</div>
<footer>Copy Right 2014 by Editplus-Thai</footer>
</div>
</body>
</html>
3.show.php
<?php
session_start();
include("data/connect.php");
$_session['i'] = $_GET["questionid"];
echo $_session['i'];
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Load More Results in PHP, Ajax, Mysql | Twitter/Facebook Like Load More Result</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$('.more_button').live("click",function()
{
var getId = $(this).attr("id");
if(getId)
{
$("#load_more_"+getId).html('<img src="load_img.gif" style="padding:10px 0 0 100px;"/>');
$.ajax({
type: "POST",
url: "more_content.php",
data: "getLastContentId="+ getId,
cache: false,
success: function(html){
$("ul#load_more_ctnt").append(html);
$("#load_more_"+getId).remove();
}
});
}
else
{
$(".more_tab").html('The End');
}
return false;
});
});
</script>
<style>
body {
font:normal 14px tahoma, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
a{text-decoration:none;}
.main_div{margin:30px 0 0 50px; width:580px }
ul.load_content{ margin:0; padding:0; list-style-type:none;}
ul.load_content li {
border-bottom: 1px solid #ddd;
color: #000000;
display: block;
font: 14px Arial,Helvetica,sans-serif;
padding: 10px 0 0 15px;
text-decoration: none;
}
.more_button {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
color: #000;
font-weight: bold;
height: auto;
line-height: 32px;
text-align: center;
text-transform: none;
}
.more_div{padding:10px;}
.all_loaded{font: bold 15px arial; color:#0D92E1; padding:20px 0 0 100px;}
</style>
</head>
<body>
<div class='main_div'>
<ul class="load_content" id="load_more_ctnt">
<?php
$ide=$_GET["questionid"];
$sql=mysql_query("select *from reply where questionid='$ide' order by replyid desc LIMIT 50 ");
while($row=mysql_fetch_array($sql))
{
$id=$row["replyid"];
$message=$row["details"];
?>
<li>
<?php echo $message; ?></a>
</li>
<?php } ?>
</ul>
<div class="more_div"><a href="#"><div id="load_more_<?php echo $id; ?>" class="more_tab">
<div class="more_button" id="<?php echo $id; ?>">Load More Content</div></a></div>
</div>
</div>
</body>
</html>