Ratschläge für Anfänger: Wie schreibe ich eine PHP-Suche mit mehreren Bedingungen in MYsql?
苏小刚
苏小刚 2018-08-13 16:23:57
0
7
1412

Wie suche ich anhand solcher Abfragebedingungen nach Benutzernamen und Passwort in der Datenbank?

2.png1.png

苏小刚
苏小刚

Antworte allen(6)
中国推广网

直接where后面加 多个and  条件,如果值没选,就为空

Summer

不能上传图片。。。

Summer

Summer

最后一个自己加

Summer

最后一个自己加

ll

if($chengbenjia!=0){

switch ($chengbenjia) {

case 1:

$sql = $sql."and cost_price>=0 and cost_price<=99 ";

break;

case 2:

$sql = $sql."and cost_price>=100 and cost_price<200 ";

break;

case 3:

$sql = $sql."and cost_price>=200 and cost_price<=299 ";

break;

case 4:

$sql = $sql."and cost_price>=300 ";

break;

case 5:

$sql = $sql."and cost_price =0 ";

break;

}

}

if($shoujia!=0){

switch ($shoujia) {

case 1:

$sql = $sql."and sellprice>=0 and sellprice<=99 ";

break;

case 2:

$sql = $sql."and sellprice>=100 and sellprice<200 ";

break;

case 3:

$sql = $sql."and sellprice>=200 and sellprice<=299 ";

break;

case 4:

$sql = $sql."and sellprice>=300 ";

break;

}

}


我也是刚学php没多久 我用的 字符串拼接做的 有没有别的更好地办法我不太清楚

  • Antwort 是不是要根据条件和传的值拼接sql语句,sql语句怎么写,我也是新手,刚学了一个星期。
    苏小刚 Autor 2018-08-13 19:18:06
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage