Jump to content

search by price


john_tripod

Recommended Posts

[!--quoteo(post=377535:date=May 27 2006, 09:58 PM:name=john_tripod)--][div class=\'quotetop\']QUOTE(john_tripod @ May 27 2006, 09:58 PM) [snapback]377535[/snapback][/div][div class=\'quotemain\'][!--quotec--]
I've got a field in my database of car prices. I want to be able to search them from a drop down menu of price fields like £1000-£3000. How do I write the PHP for the form and the handler? Cheers

John
[/quote]

you can use query like this:

select * from cartable where price >= 1000 and price <= 3000;
or
select * from cartable where price between 1000 and 3000;

either of that would work, but prefer the first one.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.