This might seem like a silly question, but I can't find the solution on this one:
$query=$query." and (price <= $maxprice)";
Whatever value I type in, the query still returns nothing.
I'm querying a Micros**t Access database, that's probably why, because when I
print $query;
it seems correct.
How can I make this work?
$query=$query." and (price <= $maxprice)";
Whatever value I type in, the query still returns nothing.
I'm querying a Micros**t Access database, that's probably why, because when I
print $query;
it seems correct.
How can I make this work?