ช่วยดูเรื่องการเขียน Code ค้นหาใน DataBase ให้หน่อยครับผมต้องทำอย่างไร
ผมทำการดาวน์โหลด Code พี่ท่านหนึ่งที่ได้แจกเรื่องระบบแจ้งซ่อมคอมพิวเตอร์เอาไว้ไปดัดแปลง (ต้องขออภัยที่ไม่ได้บอกเครดิต จำชื่อไม่ได้ครับ) แต่ทีนี้ผมทดลองทำการสร้างระบบค้นหาในหน้าหลัก แต่ไม่รู้จะเริ่มยังไงดีครับ ความรู้น้อยแต่อยากรู้ครับ ลองมาสองวันแล้วแต่ยังไม่ได้ครับ
//ตัวอย่างโค๊ดครับ
Code (PHP)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ระบบแจ้งซ่อมคอมพิวเตอร์ออนไลน์</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<meta http-equiv="refresh" content="180;URL=index.php">
<META HTTP-EQUIV="Refresh" CONTENT="60;URL=index.php">
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
<style type="text/css">
#apDiv1 {
position:absolute;
left:9px;
top:439px;
width:491px;
height:57px;
z-index:1;
}
</style>
</head>
<body>
<!-- start header -->
<div id="header">
<div align="left">
<? include "menu.php"; ?>
<div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#3fa338" bgcolor="#FFFFFF">
<tr>
<td width="613" height="19" bgcolor="#FFFFFF">
<?
include"connect.php";
$objDB = mysql_select_db("$dbname");
$strSQL="select * from job";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page =10; // 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;
}
$strSQL .=" order by job_id desc LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
if(empty($Num_Rows))
{
echo"<center></center>";
exit();
}
else
{
?>
</td>
<td width="100%"><div align="right">
<img src="images/news.gif" /> = <font color="#3fa338">รอการตอบรับ    
<img src="images/wait.gif" /> = กำลังดำเนินการ    
<img src="images/correct.gif" /> = ซ่อมเสร็จเรียบร้อย    
<img src="images/help_16.png" /> = ส่งซ่อมภายนอก    
<img src="images/stop.gif" /> = ซ่อมไม่ได้ </div></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="1" cellpadding="0" cellspacing="0" bgcolor="#3fa338">
<tr>
<td width="10%"><div align="center"><font color="#FFFFFF">Job.ID</font></div></td>
<td width="30%"><div align="center"><font color="#FFFFFF">รายละเอียดการแจ้งซ่อม</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">ผู้แจ้งซ่อม</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">แผนก</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">เบอร์ติดต่อ</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">วันที่แจ้ง</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">วันที่เสร็จ</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">สถานะ</font></div></td>
</tr>
</table>
<?
while($objResult = mysql_fetch_array($objQuery))
{
$job_date = $objResult["job_date"];
$y=substr($job_date,2,2);
$m=substr($job_date,5,2);
$d=substr($job_date,8,2);
$job_date = $objResult["job_time"];
$H=substr($job_time,2,2);
$i=substr($job_time,5,2);
$s=substr($job_time,8,2);
$job_id = $objResult["job_id"];
$code=sprintf("$y$m%05d",$job_id);
$job_detail = $objResult["job_detail"];
?>
<table width="100%"style="border-bottom:1px dotted #000000;" cellpadding="0" cellspacing="0">
<tr onMouseOver="this.style.backgroundColor='#AEE1AA';" onMouseOut="this.style.backgroundColor='ffffff';">
<td width="10%"><font color="#3fa338"><div align="center"><?=$code;?></div></td>
<?
echo substr("<td><a href=\"javascript:NewWindow('view.php?id_edit=$job_id','acepopup','590','580','center','front');\"><font color='#000000'>$job_detail",0,200)."...<img src='images/more.png'></a></td></font>";
?>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_fname"];?></div></td>
<td width="10%"><font color="#000000">
<?
$dep_id = $objResult["ref_dep_id"];
?>
<?
$strSQL3 ="SELECT*FROM dep where dep_id='$dep_id' ";
$objQuery3 = mysql_query($strSQL3);
$Num_Rows3 = mysql_num_rows($objQuery3);
while($objResult3 = mysql_fetch_array($objQuery3))
{
?>
<div align="center"><?=$objResult3["dep_name"];?></div></td>
<?
}
?>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_tel"];?></div><div align="center"></div></td>
<td width="10%"><div align="center"><font color="#000000"><?=$objResult["job_date"];?><br /><?=$objResult["job_time"];?></div><div align="center"></div></td>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_update"];?><br /><?=$objResult["job_uptime"];?></div><div align="center"></div></td>
<td width="10%" bordercolor="#00FF00"><div align="center">
<? if ($objResult["job_status"]=='รอการตอบรับ') { echo "<img src='images/news.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='กำลังดำเนินการ') { echo "<img src='images/wait.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ซ่อมเสร็จเรียบร้อย') { echo "<img src='images/correct.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ซ่อมไม่ได้') { echo "<img src='images/stop.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ส่งซ่อมภายนอก') { echo "<img src='images/help_16.png' 'width=350'>" ;}?>
</div><div align="center"></div></td>
</tr>
</table>
<?
}
?></td></tr>
<tr>
<td height="55" colspan="2"><div align="center"><span class="style11"><hr>
</span> <br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><span class="style11">Total </span>
<?= $Num_Rows;?>
<span class="style11"> Record : </span>
<?=$Num_Pages;?>
<span class="style11">Page :</span>
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[<a href='$_SERVER[SCRIPT_NAME]?Page=$i&startdate=$startdate&enddate=$enddate'>$i</a>]";
}
else
{
echo "<b> $i </b>";
}
//}
if($Page!=$Num_Pages)
{
echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
?>
<?
}
}
mysql_close();
?>
</div></td>
</tr>
</table>
<br>
</div></td>
</tr>
</table>
</div>
<div id="footer">
<p id="legal">IT Support <br />สาธิต พุ่มซ้อน<br />Tel : 250,251</p>
</div>
</body>
</html>
ตัวอย่างหน้า Website ที่ต้องการวางครับ
Tag : PHP, MySQL
ประวัติการแก้ไข 2015-02-10 13:50:40
Date :
2015-02-10 11:40:56
By :
karum_11
View :
1214
Reply :
13
แท็ก php ให้หน่อยครับจะได้บอก line ที่ต้องแก้ใขถูก
เบื้องต้นคำสั่งก็อยู่ตรงบรรทัดนี้ครับ
$strSQL="select * from job";
เพิ่ม WHERE เข้าไป แต่ยังบอกไม่ได้ว่าทำยังไง.. ต้องดูก่อนว่า มีการใช้งาน mod_rewrite รึไม่ก่อนครับ
Date :
2015-02-10 13:06:59
By :
meannerss
ผมลองทำตาม Link ข้างต้นของคุณ LAGO แล้วแต่งง ๆ อยู่ครับ รบกวนด้วยครับ
อยากได้แบบค้นหาแล้วขึ้นในหน้านี้เลยจะได้หรือเปล่าครับหรือว่าต้องส่งค่าไปอีกหน้านึง
ประวัติการแก้ไข 2015-02-10 13:52:24
Date :
2015-02-10 13:40:21
By :
karum_11
เงียบเลย
Date :
2015-02-10 14:39:07
By :
karum_11
ก็กดค้นหาละ get ค่าที่พิมพ์ลงไป ไป where ใน database อะคับ
ยกตัวอย่าง input ค้นหา ชื่อ search พอกดปุ่มปุ๊บ อาจจะส่งไปอีก เพจนึง ชื่อ search.php จะได้เป็น
localhost/search.php?search=ค้าง
ก็หน้า search.php ก็ get ค่า search
$search = $_GET['search'];
เอาค่า $search ไปใส่ใน sql
select * from table where topic like '%$search%'
อะไรก็ว่าไป แบบนี้
Date :
2015-02-10 15:50:14
By :
progamer2000
ลองดูครับ ได้ป่าว
Code (PHP)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ระบบแจ้งซ่อมคอมพิวเตอร์ออนไลน์</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<meta http-equiv="refresh" content="180;URL=index.php">
<META HTTP-EQUIV="Refresh" CONTENT="60;URL=index.php">
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
<style type="text/css">
#apDiv1 {
position:absolute;
left:9px;
top:439px;
width:491px;
height:57px;
z-index:1;
}
</style>
</head>
<body>
<!-- start header -->
<div id="header">
<div align="left">
<? include "menu.php"; ?>
<!-- เพิ่ม -->
<form action="index.php?menu=" method="post" name="serch" class="style1" id="serch">
<p> <font face="MS Sans Serif">
<input name="word" id="word" maxsize="100" />
<input type="submit" value= " ค้นหา " name="Submit" />
</font>
<?
include 'connect.php';
$objDB = mysql_select_db("$dbname");
if($word != '')
{
$strSQL = "select * from job where job_detail like '%$word%' ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
ผลการค้นหา :
จากคำว่า <? echo "<u><b><font color = 'red'>\"$word\"</font></b></u>"; ?> พบข้อมูลดังนี้
<?
}
else
{
$strSQL = "select * from job";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
echo "<BR>";
}
?>
</p>
</form>
<!-- จบการเพิ่ม -->
<div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#3fa338" bgcolor="#FFFFFF">
<tr>
<td width="613" height="19" bgcolor="#FFFFFF">
<?
include"connect.php";
// $objDB = mysql_select_db("$dbname");
// $strSQL="select * from job";
// $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$Per_Page =10; // 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;
}
$strSQL .=" order by job_id desc LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
if(empty($Num_Rows))
{
echo"<centerNo Data...</center>";
exit();
}
else
{
?>
</td>
<td width="100%"><div align="right">
<img src="images/news.gif" /> = <font color="#3fa338">รอการตอบรับ    
<img src="images/wait.gif" /> = กำลังดำเนินการ    
<img src="images/correct.gif" /> = ซ่อมเสร็จเรียบร้อย    
<img src="images/help_16.png" /> = ส่งซ่อมภายนอก    
<img src="images/stop.gif" /> = ซ่อมไม่ได้ </div></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="1" cellpadding="0" cellspacing="0" bgcolor="#3fa338">
<tr>
<td width="10%"><div align="center"><font color="#FFFFFF">Job.ID</font></div></td>
<td width="30%"><div align="center"><font color="#FFFFFF">รายละเอียดการแจ้งซ่อม</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">ผู้แจ้งซ่อม</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">แผนก</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">เบอร์ติดต่อ</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">วันที่แจ้ง</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">วันที่เสร็จ</font></div></td>
<td width="10%"><div align="center"><font color="#FFFFFF">สถานะ</font></div></td>
</tr>
</table>
<?
while($objResult = mysql_fetch_array($objQuery))
{
$job_date = $objResult["job_date"];
$y=substr($job_date,2,2);
$m=substr($job_date,5,2);
$d=substr($job_date,8,2);
$job_date = $objResult["job_time"];
$H=substr($job_time,2,2);
$i=substr($job_time,5,2);
$s=substr($job_time,8,2);
$job_id = $objResult["job_id"];
$code=sprintf("$y$m%05d",$job_id);
$job_detail = $objResult["job_detail"];
?>
<table width="100%"style="border-bottom:1px dotted #000000;" cellpadding="0" cellspacing="0">
<tr onMouseOver="this.style.backgroundColor='#AEE1AA';" onMouseOut="this.style.backgroundColor='ffffff';">
<td width="10%"><font color="#3fa338"><div align="center"><?=$code;?></div></td>
<?
echo substr("<td><a href=\"javascript:NewWindow('view.php?id_edit=$job_id','acepopup','590','580','center','front');\"><font color='#000000'>$job_detail",0,200)."...<img src='images/more.png'></a></td></font>";
?>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_fname"];?></div></td>
<td width="10%"><font color="#000000">
<?
$dep_id = $objResult["ref_dep_id"];
?>
<?
$strSQL3 ="SELECT*FROM dep where dep_id='$dep_id' ";
$objQuery3 = mysql_query($strSQL3);
$Num_Rows3 = mysql_num_rows($objQuery3);
while($objResult3 = mysql_fetch_array($objQuery3))
{
?>
<div align="center"><?=$objResult3["dep_name"];?></div></td>
<?
}
?>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_tel"];?></div><div align="center"></div></td>
<td width="10%"><div align="center"><font color="#000000"><?=$objResult["job_date"];?><br /><?=$objResult["job_time"];?></div><div align="center"></div></td>
<td width="10%"><font color="#3fa338"><div align="center"><?=$objResult["job_update"];?><br /><?=$objResult["job_uptime"];?></div><div align="center"></div></td>
<td width="10%" bordercolor="#00FF00"><div align="center">
<? if ($objResult["job_status"]=='รอการตอบรับ') { echo "<img src='images/news.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='กำลังดำเนินการ') { echo "<img src='images/wait.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ซ่อมเสร็จเรียบร้อย') { echo "<img src='images/correct.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ซ่อมไม่ได้') { echo "<img src='images/stop.gif' 'width=350'>" ;}?>
<? if ($objResult["job_status"]=='ส่งซ่อมภายนอก') { echo "<img src='images/help_16.png' 'width=350'>" ;}?>
</div><div align="center"></div></td>
</tr>
</table>
<?
}
?></td></tr>
<tr>
<td height="55" colspan="2"><div align="center"><span class="style11"><hr>
</span> <br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><span class="style11">Total </span>
<?= $Num_Rows;?>
<span class="style11"> Record : </span>
<?=$Num_Pages;?>
<span class="style11">Page :</span>
<?
if($Prev_Page)
{
echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
for($i=1; $i<=$Num_Pages; $i++){
if($i != $Page)
{
echo "[<a href='$_SERVER[SCRIPT_NAME]?Page=$i&startdate=$startdate&enddate=$enddate'>$i</a>]";
}
else
{
echo "<b> $i </b>";
}
//}
if($Page!=$Num_Pages)
{
echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&startdate=$startdate&enddate=$enddate'></a> ";
}
?>
<?
}
}
mysql_close();
?>
</div></td>
</tr>
</table>
<br>
</div></td>
</tr>
</table>
</div>
<div id="footer">
<p id="legal">IT Support <br />สาธิต พุ่มซ้อน<br />Tel : 250,251</p>
</div>
</body>
</html>
Date :
2015-02-10 16:54:45
By :
poomloom
ขอบคุณมากครับผมจะลองดูครับ
Date :
2015-02-10 16:58:43
By :
karum_11
ผมกลับตอบผลที่ทุกท่านช่วยมาครับ ขอบคุณมากครับทำได้แล้วครับ
แต่ถ้าผมต้องการให้ค้นหาข้อมูลมากกว่า 1 filed ผมต้องเพิ่มเติมในส่วนไหนครับ
เข้าใจว่าน่าจะอยู่ตรงส่วนนี้
Code (PHP)
$strSQL = "select * from job where job_detail like '%$word%' ";
แต่ผมจะใส่ filed ที่ 2 อย่างไรครับให้มันค้นหาได้ครับ
ขอบคุณมากครับ
ประวัติการแก้ไข 2015-02-13 11:33:00
Date :
2015-02-13 11:32:18
By :
karum_11
เลือกเอาอย่างใดอย่างหนึ่งนะครับ
Code (PHP)
$strSQL = "select * from job
where job_detail like '%$word%'
OR ฟิลด์2 like '%$word%'
OR ฟิลด์3 like '%$word%' ";
หรือ
Code (PHP)
$strSQL = "select * from job where concat(job_detail, ฟิลด์2, ฟิลด์3) LIKE '%$word%' ";
Date :
2015-02-13 11:54:14
By :
arm8957
ขอบคุณมากครับ ได้แล้วครับ
แต่มีอีกนีหนึ่งครับคือ ในกรณีที่มีการ Query Table แล้วผมจะนำตัว Query นี้มาทำการค้นหาได้อย่างไรครับ จาก Code ด่านล่างเป็นการ Query แผนกครับ ผมต้องทำอย่างไรครับ
รบกวนด้วยครับ
Code (PHP)
<?
$dep_id = $objResult["ref_dep_id"];
?>
<?
$strSQL3 ="SELECT*FROM dep where dep_id='$dep_id' ";
$objQuery3 = mysql_query($strSQL3);
$Num_Rows3 = mysql_num_rows($objQuery3);
while($objResult3 = mysql_fetch_array($objQuery3))
{
?>
<div align="center"><?=$objResult3["dep_name"];?></div></td>
<?
}
?>
ประวัติการแก้ไข 2015-02-16 11:52:05
Date :
2015-02-16 11:11:35
By :
karum_11
ขอความกรุณาหน่อยครับ เพราะการค้นหาเรื่องแผนกก็สำคัญครับ
Date :
2015-02-16 16:16:07
By :
karum_11
เอางี้ผมอ่าน No.11 ผมก็ไม่เข้าใจ เช่น แล้วผมจะนำตัว Query นี้มาทำการค้นหาได้อย่างไรครับ
ไอ้ Query นี้ คือ คิวรี่อะไรตัวไหน ครับ
ลองถามใหม่ชัด ๆ ทับซ้ำ Table ไรพวกเนี้ยะ ก็พิมพ์ไปเลย ตาราง
ถ้าเพื่อนคนนึงไม่เก่ง แต่อยากจะช่วย อย่างน้อยเค้าจะช่วยได้ เค้าต้องเห็น code ที่แก้ไขล่าสุด ทั้งหมด
ว่าเป็นแบบไหน แล้วทำรูปภาพประกอบ ย่อขนาดพอเหมาะสม อธิบาย ลักษณความต้องการ ก่อน และ หลัง
เพื่อน ๆ มาเห็นจะได้นึกภาพตามออกครับ
ถ้าเป็นไปได้ให้เพื่อน ๆ เห็น โครงสร้างฐานข้อมูล เพื่อน ๆ พี่ ๆ ที่เค้าเก่ง ๆ เค้าเห็นแค่โครงสร้างสมองเค้าก็จินตนาการ การคิวรี่ออกมาได้มากมาย
อาจจะทำมาต่อกระทู้นี้ หรือ เปิดกระทู้ใหม่ก้ได้ครับ
Date :
2015-02-17 09:15:39
By :
apisitp
Load balance : Server 03