Current location: Hot Scripts Forums » Programming Languages » PHP » check box search


check box search

Reply
  #1 (permalink)  
Old 05-20-05, 11:59 AM
doveroh doveroh is offline
Newbie Coder
 
Join Date: Nov 2004
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
check box search

Hello,

I have a few different items that visitors fill out to search our listings...

the first one is just two check boxes where they fill in the min price and the max price they are willing to pay, (there is the min price and max price for each items also in data base), then they can check any one or more of the 5 check boxes that they are looking for in the listing... I was wondering if anyone had any idea how the SQL statement would be or how to search for this in the database? If you need more information, please let me know, and I will send you the link... This is the form:
http://www.rentleader.com/search.php?area=ne&carea=1

Thanks for any help anyone could provide.

Jes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 05-20-05, 03:34 PM
FiRe FiRe is offline
Code Guru
 
Join Date: Oct 2004
Location: UK
Posts: 801
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Code:

$minimum $_POST['textbox1'];

$maximum $_POST['textbox2'];
mysql_query("SELECT result FROM table WHERE min >= $minimum AND max <= $maximum"); 
__________________
Alexa Share <-- Trade virtual shares in websites with this online game.

codR.us <-- Submit and vote for your favorite code snippets with codR.us.

XEWeb.net <-- The ultimate PHP resource network.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get paid 2 cents per Search - This is really good, just check it out Arctic General Advertisements 2 04-23-05 04:02 AM
SEO Expert Available nakulgoyal Job Offers & Assistance 2 08-14-04 01:38 PM
Shout box, comment box, or search script. Need help to find all! Spreegem Script Requests 1 05-29-04 10:45 PM
Declared Functions skipper23 PHP 4 12-17-03 11:06 AM
index page not showing up skipper23 PHP 3 12-15-03 02:10 PM


All times are GMT -5. The time now is 09:48 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.