ok, se ho capito bene dovresti fare una query del genere
Codice PHP:
"SELECT *
FROM $table
where marca='$marca' and
modello like '%$modello%' and
prezzo BETWEEN 'limite_inf' AND 'limite_sup' and
km BETWEEN 'limite_inf' AND 'limite_sup' and"
ok, se ho capito bene dovresti fare una query del genere
Codice PHP:
"SELECT *
FROM $table
where marca='$marca' and
modello like '%$modello%' and
prezzo BETWEEN 'limite_inf' AND 'limite_sup' and
km BETWEEN 'limite_inf' AND 'limite_sup' and"