ทำไม search หลายช่องทางข้อมูลไม่ขึ้นครับ บางครั้งขึ้นไม่ตรง
แต่วันที่ยังไม่ได้ลองใช้ between นะครับ พอ search หลายช่องมันไม่ออกครับ ตอนแรกทำช่องเดียว search แบบเว้นวรรคได้ และก็ออกด้วย
ประวัติการแก้ไข 2011-07-09 10:20:32
Date :
2011-07-09 10:17:35
By :
MyZeus
ลองเช็คเงือนไขคุณดีๆ ครับ and กับ or ทำความเข้าใจมันด้วย
Date :
2011-07-09 11:24:00
By :
PlaKriM
ช่วยเฉลยตรงที่ผิดเลยได้ไหมครับ - -* ปวดหัวมากเลย
Date :
2011-07-09 12:33:07
By :
MyZeus
ลองจับ Or กันให้หมดครับ ยกเว้น Enable='T' and
Date :
2011-07-09 12:34:55
By :
PlaKriM
ขอบคุณครับ แต่ search ไม่เจอซักอันเลยครับ
Date :
2011-07-09 12:46:52
By :
MyZeus
echo sql statement ออกมาดูครับ ว่ามันเป็นยังไง ลองนั่งเพ่งดูว่ามันผิดหรือเปล่า หรือลองเอาไปคิวรี่ดู
Date :
2011-07-09 12:51:16
By :
PlaKriM
รบกวนด้วยนะครับ
Code (PHP)
<? session_start();
include ("connect.inc");
include ("css_font.txt");
include ("java_delete.txt");
?>
<style type="text/css">
/* Overide css code กำหนดความกว้างของปฏิทินและอื่นๆ */
.ui-datepicker{
width:170px;
background-color:white;
color:red;
font-family:tahoma;
font-size:10px;
text-align:center;
}
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<?
$j=1;
$q=1;
{
?>
<script src="jquery.js" type="text/javascript"></script>
<?
for ($java=0;$java<=100;$java++)
{ ?>
<script type='text/javascript'>
$(document).ready(function(){
$(".slidingDiv<?=$j;?>").hide();
$(".show_hide<?=$q;?>").show();
$('.show_hide<?=$q;?>').click(function(){
$(".slidingDiv<?=$j;?>").slideToggle();
});
});
</script>
<?
$j=$j+1;
$q=$q+1;
} }?>
</head>
<body> <center>
</p>
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get" name="frmSearch" id="frmSearch">
<center>
<table width="450" border="0" class="style3 ">
<tr><th align="right" width="100">
<?
echo (in_array($mem_type, array(1,2,3)))? '<a href="animal_insert.php">เพิ่ม</a>' : ' ';?> ผู้บันทึก : </th>
<td width="350"><select name="txtKeyword2" id="txtKeyword2" style="width:325">
<option value="">--- เลือก ---</option>
<?
$strSQL = "SELECT * FROM member order by mem_fname";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
while($objResult = mssql_fetch_array($objQuery))
{
?>
<option value="<?=$objResult["mem_fname"];?>"><?=$objResult["mem_fname"];?> <?=$objResult["mem_lname"];?></option>
<?}?>
</select></td></tr>
<tr>
<th align="right">ผู้ปรับปรุง : </th>
<td><select name="txtKeyword3" style="width:325">
<option value="">--- เลือก ---</option>
<?
$strSQL = "SELECT * FROM member order by mem_fname";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
while($objResult = mssql_fetch_array($objQuery))
{
?>
<option value="<?=$objResult["mem_fname"];?>"><?=$objResult["mem_fname"];?> <?=$objResult["mem_lname"];?></option>
<?}?>
</select></td></tr>
<tr>
<th align="right">ชื่อธุรกิจ : </th>
<td><input name="txtKeyword" type="text" id="txtKeyword" size="50 "value="<?=$_GET["txtKeyword"];?>" /></td>
</tr>
<tr>
<th align="right">วันที่บันทึก : </th>
<td><input type="text" name="dateInput" id="dateInput" size="17 "/><? include("date.txt"); ?> ถึง <input type="text" name="dateInput2" id="dateInput2" size="17"/><? include("date2.txt"); ?></td>
</tr>
<tr>
<th align="right">การเผยแพร่ : </th>
<td><input type="radio" name="IsActive" id="txtKeyword4" value="1" checked>ยังไม่เผยแพร่
<input type="radio" name="IsActive" id="txtKeyword4" value="2">เผยแพร่</td>
</tr>
<tr><th colspan="2">
<center><input type="submit" value="Search" /> <input type="reset" name="reset" value="Cancel">
</th>
</tr>
</table>
<label>
</label>
</center><? echo $_GET["txtKeyword"]; ?><? echo $_GET["txtKeyword2"]; ?><? echo $_GET["txtKeyword3"]; ?><? echo $_GET["IsActive"]; ?>//<--ลอง echo ดูแล้ว ส่งค่า GET ก็ถูก
</form>
<?
if($_GET["txtKeyword"]!= "")
{
$iparr=split(" ",$_GET["txtKeyword"]);
$star = explode(" ", $_GET["txtKeyword"]);
for($h= 0; $h < count ($star); $h++){
}
$strSQL = "SELECT * FROM animal WHERE Enable='T' and (ThaiName LIKE '%".$star[0]."%' or EngName LIKE '%".$star[0]."%')
or
(ThaiName LIKE '%".$star[1]."%' or EngName LIKE '%".$star[1]."%')
or
(ThaiName LIKE '%".$star[2]."%' or EngName LIKE '%".$star[2]."%')
or
(ThaiName LIKE '%".$star[3]."%' or EngName LIKE '%".$star[3]."%') ";
}
if($_GET["IsActive"]!= "")
{
$iparr=split(" ",$_GET["IsActive"]);
$star = explode(" ", $_GET["IsActive"]);
for($h= 0; $h < count ($star); $h++){
}
$strSQL = "SELECT * FROM animal WHERE Enable='T' and (IsActive LIKE '%".$star[0]."%') ";
}
if($_GET["txtKeyword2"]!= "")
{
$iparr=split(" ",$_GET["txtKeyword2"]);
$star = explode(" ", $_GET["txtKeyword2"]);
for($h= 0; $h < count ($star); $h++){
}
$strSQL = "SELECT * FROM animal WHERE Enable='T' and (Created LIKE '%".$star[0]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
}
if($_GET["txtKeyword3"]!= "")
{
$iparr=split(" ",$_GET["txtKeyword3"]);
$star = explode(" ", $_GET["txtKeyword3"]);
for($h= 0; $h < count ($star); $h++){
}
$strSQL = "SELECT * FROM animal WHERE Enable='T' and (Updated LIKE '%".$star[0]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
$Num_Rows = mssql_num_rows($objQuery);
$Per_Page = 15; // Per Page
$Page = $_GET["Page"];
//status_data=$_GET["RadioGroup1"];
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;
}
$Page_End = $Per_Page * $Page;
IF ($Page_End > $Num_Rows)
{
$Page_End = $Num_Rows;
}
?>
<center><form name="frmMain" action="animal_delete.php" method="POST" onSubmit="return onDelete();">
<input type="hidden" name="hdnCount" value="<?=$s;?>">
<table width="100%" border="0" class="style1" cellspacing="0">
<tr bgcolor="#0099FF" border="0">
<th align="center" bgcolor="blue"><input type="image" src="delete.png" name="btnDelete" value="Delete" alt="ลบ" width="20" height="20"></th>
<th align="center" bgcolor="blue">ลำดับ</th>
<th align="center" bgcolor="blue">ชื่อธุรกิจ</th>
<th align="center" bgcolor="blue">โทรศัพท์</th>
<th align="center" bgcolor="blue">รายละเอียดธุรกิจ</th>
<th align="center" bgcolor="blue">ที่อยู่</th>
<th align="center" bgcolor="blue">สถานที่ใกล้เคียง</th>
<th align="center" bgcolor="blue">เว็บ</th>
<th align="center" bgcolor="blue">ความนิยม</th>
<th align="center" bgcolor="blue" colspan="5"> </th>
</tr>
<?
$a=1;
$j=1;
$q=1;
for($i=$Page_Start;$i<$Page_End;$i++)
{
?>
<?if($bg == "white")
{
$bg = "#CCCCCC";
} else {
$bg = "white";
}
?>
<tr bgcolor="<?=$bg?>" class="style3">
<th align="center" ><input type="checkbox" name="chkDel[]" id="chkDel<?=$s;?>" value="<?=mssql_result($objQuery,$i,"an_id");?>"> </th>
<td><div align="center" class="style3">
<?=$a;?>
</div></td>
<td><?=mssql_result($objQuery,$i,"ThaiName");?> <?=mssql_result($objQuery,$i,"EngName");?></td>
<td><div align="center">
<?=mssql_result($objQuery,$i,"an_tel1");?>
-
<?=mssql_result($objQuery,$i,"an_tel2");?>
</div></td>
<td><?=mssql_result($objQuery,$i,"an_detail");?></td>
<td>
<?=mssql_result($objQuery,$i,"an_district");?>
<?
$strSQL = "select AMPHUR_NAME from amphur where AMPHUR_ID='".mssql_result($objQuery,$i,"an_amphur")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["AMPHUR_NAME"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<?
$strSQL = "select PROVINCE_NAME from province where PROVINCE_ID='".mssql_result($objQuery,$i,"an_province")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["PROVINCE_NAME"];
?> </td>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<td><?=mssql_result($objQuery,$i,"an_town1");?><?=mssql_result($objQuery,$i,"an_town2");?><?=mssql_result($objQuery,$i,"an_town3");?><?=mssql_result($objQuery,$i,"an_town4");?></td>
<td><center><?=mssql_result($objQuery,$i,"an_web");?></center></td>
<td><center>
<?=mssql_result($objQuery,$i,"an_rate");?>
</center></td>
<td align="center">
<img src="slide.png" name="slide" width="20" height="20" alt="เปิด/ปิด" class="show_hide<?=$q;?>"></td>
<td>
<td align="center">
<a href="animal_active.php?an_1=<?=mssql_result($objQuery,$i,"an_id");?>">เผยแพร่</a></td>
</td>
<td align="center">
<a href="animal_edit.php?an_1=<?=mssql_result($objQuery,$i,"an_id");?>">แก้ไข</a></td>
</tr>
<tr><td colspan="13">
<div class="slidingDiv<?=$j;?>">
<table width="100%" border="1" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="12" class="style4"><b>ข้อมูลทั่วไป</b>
<font color="red"><b><? if(mssql_result($objQuery,$i,"IsActive")==1)
{ echo "ยังไม่เผยแพร่"; }
elseif(mssql_result($objQuery,$i,"IsActive")==2)
{ echo "เผยแพร่"; }
?></b></font>
</td>
<tr>
<td class="style3"><b>ชื่อธุรกิจ</b> <?=mssql_result($objQuery,$i,"ThaiName");?> <?=mssql_result($objQuery,$i,"EngName");?>
<b>ชื่อเรียกอื่นๆ</b> <?=mssql_result($objQuery,$i,"an_word");?>
<br>
<b>หมายเลขโทรศัพท์</b> <?=mssql_result($objQuery,$i,"an_tel1");?>
<b>ต่อ</b> <?=mssql_result($objQuery,$i,"an_tel2");?>
<b>สายด่วน</b> <?=mssql_result($objQuery,$i,"an_hotline");?>
<b>Fax</b> <?=mssql_result($objQuery,$i,"an_fax1");?> <b>ต่อ</b> <?=mssql_result($objQuery,$i,"an_fax2");?>
<br>
<b>ประเภทของธุรกิจที่ดำเนินการ</b> <?=mssql_result($objQuery,$i,"an_type");?> <?=mssql_result($objQuery,$i,"an_type");?>
<br>
<b>ที่อยู่</b> <?=mssql_result($objQuery,$i,"Address");?> <b>ตำบล</b> <?=mssql_result($objQuery,$i,"an_district");?> <b>อำเภอ</b>
<?
$strSQL = "select AMPHUR_NAME from amphur where AMPHUR_ID='".mssql_result($objQuery,$i,"an_amphur")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["AMPHUR_NAME"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<b>จังหวัด</b>
<?
$strSQL = "select PROVINCE_NAME from province where PROVINCE_ID='".mssql_result($objQuery,$i,"an_province")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["PROVINCE_NAME"];
?> </td>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?> <?=mssql_result($objQuery,$i,"an_zip");?>
<br>
<b>web</b> <?=mssql_result($objQuery,$i,"an_web");?>
<b>E-mail</b> <?=mssql_result($objQuery,$i,"an_mail");?></font></td></tr>
<tr><td colspan="11" class="style4"><b>ข้อมูลธุรกิจ</b></td></tr>
<tr><td class="style3">
<b>หมวดธุรกิจ</b>
<?
$strSQL = "select busi_name from business where busi_no='".mssql_result($objQuery,$i,"an_busi")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["busi_name"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<br>
<b>กลุ่มธุรกิจ</b>
<?
$strSQL = "select bg_name from businessgroup where bg_no='".mssql_result($objQuery,$i,"an_bg")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["bg_name"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<br>
<b>บริการ</b>
<?
$strSQL = "select ser_name from service where ser_no='".mssql_result($objQuery,$i,"an_service")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["ser_name"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<br>
<b>บริการพิเศษประเภทของสัตว์</b> <?=mssql_result($objQuery,$i,"an_animal_service");?></font>
</td></tr>
<tr><td class="style4" colspan="11"><b>รายละเอียดธุรกิจ </b></td></tr>
<tr><td class="style3">
<b>รายละเอียด</b> <?=mssql_result($objQuery,$i,"an_detail");?>
<br>
<b>ราคา</b> <?=mssql_result($objQuery,$i,"an_price");?>
<br>
<b>สาขา</b> <?=mssql_result($objQuery,$i,"an_branch");?>
<br>
<b>วันเวลาทำการวันธรรมดา</b> <?=mssql_result($objQuery,$i,"an_commonday");?>
<b>วันเวลาทำการวันหยุด</b> <?=mssql_result($objQuery,$i,"an_holiday");?>
<br>
<b>หมายเหตุ</b> <?=mssql_result($objQuery,$i,"an_note");?>
<br>
<b>สถานที่ใกล้เคียง</b> <?=mssql_result($objQuery,$i,"an_town1");?>,<?=mssql_result($objQuery,$i,"an_town2");?>,<?=mssql_result($objQuery,$i,"an_town3");?>,<?=mssql_result($objQuery,$i,"an_town4");?>
<br>
<b>ความนิยม</b> <?=mssql_result($objQuery,$i,"an_rate");?></font>
</td></tr>
<tr><td class="style4"><b>ข้อมูลติดต่อเจ้าของธุรกิจ</b></td></tr>
<tr><td class="style3">
<b>ชื่อที่ใช้ติดต่อ</b> <?=mssql_result($objQuery,$i,"an_con_name");?>
<br>
<b>ชื่อ</b> <?=mssql_result($objQuery,$i,"an_c_name");?> <?=mssql_result($objQuery,$i,"an_c_lastname");?>
<br>
<b>หมายเลขเพิ่มเติม</b> <?=mssql_result($objQuery,$i,"an_c_tel1");?> <b>ต่อ</b> <?=mssql_result($objQuery,$i,"an_c_tel2");?>
<br>
<b>ที่อยู่</b> <?=mssql_result($objQuery,$i,"an_c_add");?> <b>ตำบล</b> <?=mssql_result($objQuery,$i,"an_c_district");?> <b>อำเภอ</b>
<?
$strSQL = "select AMPHUR_NAME from amphur where AMPHUR_ID='".mssql_result($objQuery,$i,"an_c_amphur")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["AMPHUR_NAME"];
?>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<b>จังหวัด</b>
<?
$strSQL = "select PROVINCE_NAME from province where PROVINCE_ID='".mssql_result($objQuery,$i,"an_c_province")."'";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
$objResult = mssql_fetch_array($objQuery);
echo $objResult["PROVINCE_NAME"];
?> </td>
<?
$strSQL = "SELECT * FROM animal WHERE Enable='T' ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
{
?>
<?=mssql_result($objQuery,$i,"an_c_zip");?></font>
</td></td>
<tr><td class="style4"><b>ข้อมูลการบันทึก</b></td></tr>
<tr><td class="style3">
<b>ผู้บันทึก</b> <?=mssql_result($objQuery,$i,"Created");?>
<b>วันที่บันทึก</b> <?=mssql_result($objQuery,$i,"CreatedBy");?>
<br>
<b>ผู้ปรับปรุง</b> <?=mssql_result($objQuery,$i,"Updated");?>
<b>วันที่ปรับปรุง</b> <?=mssql_result($objQuery,$i,"UpdatedBy");?>
</td>
</td></tr>
</table></tr></div>
<?
$a=$a+1;
$j=$j+1;
$q=$q+1;
}
?>
</table>
</center>
<br />
มีทั้งหมด
<b><?= $Num_Rows;?></b>
เรคคอร์ด:
<b><?=$Num_Pages;?></b>
หน้า : อยู่หน้าที่
<?
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> ";
}
}
?></form>
<?
}}}}}}}}}
mssql_close($objConnect);
?>
</center></body>
Date :
2011-07-09 13:17:09
By :
MyZeus
เอาตรงๆ เลยนะครับ ผมโคตรตาลายเลยครับพี่น้อง
เอาแบบง่ายๆ ทุกครั้งที่จะ mssql_query($strSQL) คุณ echo $strSQL ออกมาก่อนทุกครั้งจะได้เห็นว่า statement ที่คุณสร้าง มันถูกหรือผิดยังไง แต่ผมเห็นโค๊ดแล้ว ผมท้อใจ จะให้ไล่จริงหรอ
Date :
2011-07-09 13:37:19
By :
PlaKriM
echo $strSQL;
SELECT * FROM animal WHERE Enable='T' and (Created LIKE '%คุณ...%') SELECT * FROM animal WHERE Enable='T' and (Updated LIKE '%คุณ...%')
ผู้ปรับปรุง สามารถ search เจอครับ นอกนั้น ไม่สามารถค้นหาได้ คือค้นหาไม่ขึ้นอะไรเลยครับ
Date :
2011-07-09 14:34:36
By :
MyZeus
ช่วยหน่อยครับบบ - -*
Date :
2011-07-09 21:36:02
By :
MyZeus
ก็ลอง search แบบอื่นแล้ว echo sql ออกมาดูซิครับ
Date :
2011-07-09 21:46:29
By :
PlaKriM
echo หลังจาก search แต่ละอันครับ
echo strSQL;
SELECT * FROM animal WHERE Enable='T' and (ThaiName LIKE '%สัตว์%' or EngName LIKE '%สัตว์%') or (ThaiName LIKE '%%' or EngName LIKE '%%') or (ThaiName LIKE '%%' or EngName LIKE '%%') or (ThaiName LIKE '%%' or EngName LIKE '%%') SELECT * FROM animal WHERE Enable='T' and (IsActive LIKE '%2%')
SELECT * FROM animal WHERE Enable='T' and (Created LIKE '%Nattapat%')
SELECT * FROM animal WHERE Enable='T' and (Updated LIKE '%Nattapat%')
Date :
2011-07-09 22:18:56
By :
MyZeus
ลองมั่วดูละกัน
Code (PHP)
$strSQL = "SELECT * FROM animal WHERE Enable='T' and
(
(ThaiName LIKE '%".$star[0]."%' or EngName LIKE '%".$star[0]."%')
and (ThaiName LIKE '%".$star[1]."%' or EngName LIKE '%".$star[1]."%')
and (ThaiName LIKE '%".$star[2]."%' or EngName LIKE '%".$star[2]."%')
and (ThaiName LIKE '%".$star[3]."%' or EngName LIKE '%".$star[3]."%')
)";
Date :
2011-07-09 22:31:42
By :
PlaKriM
ไม่ขึ้นเหมือนเดิมครับ เด๋วผมกะว่าจะลองกลับไปใช้ LIKE% ธรรมดาดู ไม่ต้องเอาพวก explode มาใช้
Date :
2011-07-09 22:46:41
By :
MyZeus
serch ออกมั่วเลยครับ - -* ลองกลับไป search แบบเดิมดู แต่หลายช่องทาง ก็ยังไม่ได้คับ
Code (PHP)
if($_GET["txtKeyword"]!= "")
{
$strSQL = "SELECT * FROM animal WHERE Enable='T' and
(ThaiName LIKE '%".$_GET["txtKeyword"]."%' or EngName LIKE '%".$_GET["txtKeyword"]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
if($_GET["IsActive"]!= "")
{
$strSQL = "SELECT * FROM animal WHERE Enable='T' and
(IsActive LIKE '%".$_GET["IsActive"]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
if($_GET["txtKeyword2"]!= "")
{
$strSQL = "SELECT * FROM animal WHERE Enable='T' and
(Created LIKE '%".$_GET["txtKeyword2"]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
if($_GET["txtKeyword3"]!= "")
{
$strSQL = "SELECT * FROM animal WHERE Enable='T' and
(Updated LIKE '%".$_GET["txtKeyword3"]."%') ";
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
Date :
2011-07-09 23:42:26
By :
MyZeus
ผมเริ่มงงความต้องการของคุณแ้ล้วครับ
Code (PHP)
$strSQL = "SELECT * FROM animal WHERE Enable='T'
if($_GET["txtKeyword"]!= "")
{
$strSQL .= " and (ThaiName LIKE '%".$_GET["txtKeyword"]."%' or EngName LIKE '%".$_GET["txtKeyword"]."%') ";
}
if($_GET["IsActive"]!= "")
{
$strSQL .= " and (IsActive LIKE '%".$_GET["IsActive"]."%') ";
}
if($_GET["txtKeyword2"]!= "")
{
$strSQL .= " and (Created LIKE '%".$_GET["txtKeyword2"]."%') ";
}
if($_GET["txtKeyword3"]!= "")
{
$strSQL .= " and (Updated LIKE '%".$_GET["txtKeyword3"]."%') ";
}
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
แบบนี้ปะ
Date :
2011-07-09 23:46:51
By :
PlaKriM
คือผมต้องการให้ search ตามเงื่อไนของรูปนี้อะคับ
Date :
2011-07-10 00:03:13
By :
MyZeus
Code (PHP)
$strSQL = "SELECT * FROM animal WHERE Enable='T'";
if($_GET["txtKeyword"]!= "")
{
$strSQL .= " and (ThaiName LIKE '%".$_GET["txtKeyword"]."%' or EngName LIKE '%".$_GET["txtKeyword"]."%') ";
}
if($_GET["IsActive"]!= "")
{
$strSQL .= " and (IsActive LIKE '%".$_GET["IsActive"]."%') ";
}
if($_GET["txtKeyword2"]!= "")
{
$strSQL .= " and (Created LIKE '%".$_GET["txtKeyword2"]."%') ";
}
if($_GET["txtKeyword3"]!= "")
{
$strSQL .= " and (Updated LIKE '%".$_GET["txtKeyword3"]."%') ";
}
$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]") ;
echo $strSQL;
ยืนยันตามนี้ครับ ลองดู
Date :
2011-07-10 00:16:28
By :
PlaKriM
ขึ้นละครับ อันนี้ผมลองทำหน้า page มารันใหม่เลย ของเก่ารันไม่ขึ้น ไม่รู้ติดที่ตัวอะไร ขอบคุณนะครับที่ช่วยเหลือผมจนดึก ที่จริงยั
เหลือวันที่อีกครับ เด๋วค่อยรบกวนวันหลังละกัน
Date :
2011-07-10 00:52:51
By :
MyZeus
echo sql ออกมาแล้ว จะได้รู้ว่า field ไหนที่ไม่มา
ปัญหาจะได้แคบ ลงครับ
Date :
2011-07-12 11:17:26
By :
fossil31
Load balance : Server 03