|
|
|
การค้นหาครับ ทำไม่ได้สะที รอบ 2 แล้ว ผมได้ลอง copy code search มาแล้วประยุกต์ลองทำดู มันไม่สามารถค้นหาได้อะครับ |
|
|
|
|
|
|
|
ผมได้ลอง copy code search มาแล้วประยุกต์ลองทำดู มันไม่สามารถค้นหาได้อะครับ
รบกวนดู code ให้ที
ปัญหาคือ
1. ไม่สามารถค้นหาได้ เนื่องจาก ค่า keyword ...
2. การแบ่งหน้า
ตัวอย่างลิงค์
http://www.nsc-industrial.com/ddplaza/test.php?txtKeyword=กล้อง
Code (PHP)
<?
include("../config.inc.php");
?>
<html>
<head>
<title>ThaiCreate.Com PHP & MySQL Tutorial</title>
</head>
<body>
<form name="frmSearch" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>">
<table width="599" border="1">
<tr>
<th>Keyword
<input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>">
<input type="submit" value="Search"></th>
</tr>
</table>
</form>
<?
if($_GET["txtKeyword"] != "")
{
$sql = "select * From adt_plaza";
$result = mysql_query($sql);
$Page_start = ($Per_Page*$Page)-$Per_Page;
$Num_Rows = mysql_num_rows($result);
$Per_Page = 2; // Per Page
$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;
}
$search_plaza_sql = "SELECT * FROM adt_plaza where adt_name like '%$keyword%' order by adt_time desc LIMIT $Page_start , $Per_Page";
$search_result = mysql_query($search_plaza_sql);
$Num_Row = mysql_num_rows($search_result);
?>
<table width="600" border="1">
<tr>
<th width="91"> <div align="center">CustomerID </div></th>
<th width="98"> <div align="center">Name </div></th>
<th width="198"> <div align="center">Email </div></th>
<th width="97"> <div align="center">CountryCode </div></th>
<th width="59"> <div align="center">Budget </div></th>
<th width="71"> <div align="center">Used </div></th>
</tr>
<?
While($row= mysql_fetch_array($search_result))
{
$adt_id_view = $row[adt_id];
$adt_pic_name_view = $row[adt_pic_name];
$adt_status_view = $row[adt_status];
$adt_name_view = $row[adt_name];
$cat_id = $row[adt_cat_id];
$adt_post_view = $row[adt_post];
$adt_up_view = $row[adt_up];
$adt_time_view = $row[adt_time];
$adt_price_view = $row[adt_price];
$adt_count_view = $row[adt_count];
$adt_member_view = $row[adt_member];
$no = sprintf("%06d",$adt_id_view);
$price = number_format($adt_price_view);
$bgc = ($bgc==$config[rowColor1]) ? $config[rowColor2] : $config[rowColor1]; // สี bg ของตางรางสลับกัน
if($adt_member_view >0){
$member = "<img src='images/member.gif' alt = 'สินค้าสมาชิก' />";
}else{
$member = "";
}
if($adt_member_view>0){
$name_post = "<b>$adt_post_view</b>";
}else{
$name_post = $adt_post_view;
}
if($adt_up_view > 0){
$up_pic = "<img src='images/up.gif' alt = 'สินค้าอัพเดท' />";
}else{
$up_pic = "";}
if($adt_pic_name_view >0){
$pic = "$adt_pic_name_view";
}else {
$pic = "$nopic";
}
$new_time = $today_time - $adt_time_view;
if($new_time < 172800) //172800 เท่ากับจำนวนวินาที สำหรับสองวันครับ
{
$icon = "<img src='images/new.gif' alt = 'สินค้าใหม่' />";
}
else
{
$icon = "";
}
if($adt_count_view > 50)
{
$icons = "$hot";
}else{
$icons = "";
}
echo "<table width = '650'>";
echo "<tr bgcolor='$bgc'>";
echo "<td width='60' height='60'><div class='img_a4'><a href='view.php?cid=$cat_id&id=$adt_id_view' title='$ar_name'><img src='images/$pic' width='50'height='50' border='0'/></a></div></td>";
echo "<td width='40' align='center' valign='middle'>$adt_status_view</td>";
echo "<td width='424' align='left' ><div><strong><a href='view.php?cid=$cat_id&id=$adt_id_view' class='click' title='$adt_name_view'>$adt_name_view</a></strong> $icon$icons</div><br>";
$ThaiSubMonth = array("", "ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค." );
$date_adt = date('Y-m-d',$adt_time_view);
$start_explode = explode("-", $date_adt);
$start_year = $start_explode[0];
$start_month = $start_explode[1];
$start_day = $start_explode[2];
$day = $start_day;
$year = $start_year+543;
$month = $ThaiSubMonth[$start_month];
echo "<div align='left'><span class='style2'>No. </span><a href='view.php?cid=$cat_id&id=$adt_id_view' class='click'>$no</a> <span class='style2'>ติดต่อ : </span>$name_post<span class='style2'> วันที่ประกาศ : </span>$day $month $year $member $up_pic</div></td>";
echo "<td width='65' align='center' valign='middle'>$price</td>";
echo "</tr>";
echo "</table>";
}
?>
<?
}
?>
</table>
<br>
Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page :
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&txtKeyword=$_GET[txtKeyword]'><< Back</a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=$_GET[txtKeyword]'>$i</a> ]";
}
else
{
echo "<b> $i </b>";
}
}
if($Page!=$Num_Pages)
{
echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&txtKeyword=$_GET[txtKeyword]'>Next>></a> ";
}
?>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-01-07 18:47:44 |
By :
Mal2s |
View :
1040 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหอๆ ลองแก้เองจนได้แล้วครับ
ขอบคุณคุณวินด้วยนะครับ ที่แนะแนวทาง
ขอบคุณครับ
|
|
|
|
|
Date :
2009-01-07 19:51:32 |
By :
Mal2s |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ดีใจด้วยครับ
|
|
|
|
|
Date :
2009-01-07 22:46:56 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|