banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows Modules search theo giá  XML
  [Question]   Modules search theo giá 16/05/2007 22:29:25 (+0700) | #1 | 59509
[Avatar]
cuongbk
Member

[Minus]    0    [Plus]
Joined: 09/11/2004 00:58:45
Messages: 77
Location: Hà Nội
Offline
[Profile] [PM] [WWW] [Yahoo!]
Bác nào có modules search theo giá share cho em phát, thanks smilie)
[Up] [Print Copy]
  [Question]   Re: Modules search theo giá 16/05/2007 23:21:51 (+0700) | #2 | 59530
[Avatar]
canh_nguyen
Elite Member

[Minus]    0    [Plus]
Joined: 23/08/2004 18:55:09
Messages: 775
Location: Broken dream
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
Cậu hỏi thế này thì ai mà trả lời được smilie-)) .

Tùy theo database của mình mà select thôi chứ.

"SELECT yourprice FROM yourproduct WHERE yourprice=".$_POST['price'].""

Ngoài ra còn nhiều trường hợp như lớn hơn, nhỏ hơn..... :wink:
[Up] [Print Copy]
  [Question]   Modules search theo giá 19/05/2007 02:03:48 (+0700) | #3 | 60069
[Avatar]
cuongbk
Member

[Minus]    0    [Plus]
Joined: 09/11/2004 00:58:45
Messages: 77
Location: Hà Nội
Offline
[Profile] [PM] [WWW] [Yahoo!]
ý em là có một khoảng giá ví dự từ (1 triệu đến 2 triệu, > 2 triệu...), làm thế nào cho nó tìm kiếm chính xác nhất.Thanks.
[Up] [Print Copy]
  [Question]   Modules search theo giá 20/05/2007 05:25:19 (+0700) | #4 | 60349
[Avatar]
ghostshadow189
Member

[Minus]    0    [Plus]
Joined: 23/08/2004 01:33:43
Messages: 59
Location: user 80183 of HVA
Offline
[Profile] [PM]

canh_nguyen wrote:
"SELECT yourprice FROM yourproduct WHERE yourprice=".$_POST['price'].""  

thế này là rõ rồi còn gì bạn , bạn chỉ việc thấy phần so sánh thôi
"SELECT yourprice FROM yourproduct WHERE yourprice<".$_POST['price1']." AND yourprice>".$_POST['price2']"
[Up] [Print Copy]
  [Question]   Modules search theo giá 23/05/2007 03:33:44 (+0700) | #5 | 60992
[Avatar]
cuongbk
Member

[Minus]    0    [Plus]
Joined: 09/11/2004 00:58:45
Messages: 77
Location: Hà Nội
Offline
[Profile] [PM] [WWW] [Yahoo!]
Giả sử em có một compo có tên là : $price. Sau đây là đoạn mã tìm kiếm của em :

switch($price)
{
case 1 :
$sql_price .= "price < 1000000" ; break ;
case 2 :
$sql_price .= "price BETWEEN 1000000 AND 2000000" ;break ;
case 3 :
$sql_price .= "price BETWEEN 2000000 AND 4000000" ;break ;
case 4 :
$sql_price .= "price BETWEEN 4000000 AND 6000000" ;break ;
case 5 :
$sql_price .= "price BETWEEN 6000000 AND 8000000" ; break ;
case 6 :
$sql_price .= "price BETWEEN 8000000 AND 10000000" ;break ;
case 7 :
$sql_price .= "price > 10000000"; break ;

}

Ở dưới em chạy truy vấn :

$sql="select countsmilie as count from $table where name LIKE '%".$value."%' and '$sql_price'.......";

Nhưng mà vẫn không được, xin các bác chỉ giúp, thanks.
[Up] [Print Copy]
  [Question]   Re: Modules search theo giá 23/05/2007 12:52:18 (+0700) | #6 | 61119
[Avatar]
canh_nguyen
Elite Member

[Minus]    0    [Plus]
Joined: 23/08/2004 18:55:09
Messages: 775
Location: Broken dream
Offline
[Profile] [PM] [WWW] [Yahoo!] [MSN] [ICQ]
....something.....


Code:
$productname = htmlspecialchars($_POST['pname']);
$selectprice    = htmlspecialchars($_POST['price']);



....something.....


Code:
$sql="select *  from yourtable where productname LIKE '%$productname%'"; 

if($selectprice=="1") {
     $sql .= " and productprice BETWEEN 1 AND 2";
}else if($selectprice=="2") {
     $sql .= " and productprice BETWEEN 2 AND 3";  
}else if($selectprice=="3") {
     $sql .= " and productprice BETWEEN 3 AND 4";  
}



....something.....

Bạn thử xem.
[Up] [Print Copy]
  [Question]   Modules search theo giá 07/06/2007 05:26:50 (+0700) | #7 | 63467
[Avatar]
cuongbk
Member

[Minus]    0    [Plus]
Joined: 09/11/2004 00:58:45
Messages: 77
Location: Hà Nội
Offline
[Profile] [PM] [WWW] [Yahoo!]
Cảm ơn các bác nhé, em đã làm được rồi, bác nào mà bị bệnh này thì cứ Pm em smilie
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|