Multiple Category Serach engine

Thread Solved

Join Date: May 2004
Posts: 102
Reputation: kained is an unknown quantity at this point 
Solved Threads: 0
kained kained is offline Offline
Junior Poster

Multiple Category Serach engine

 
0
  #1
Aug 4th, 2009
Okay there seems to be a disturbing gap in my knowlege! I know how to make forms, I know how to make a guestbook.

What i don't know how to do is make a search engine.

Say i have a simple html based form
  1. <form action="?" method="get" >
  2. <table summary="Search form" cellspacing="1" cellpadding="3">
  3. <th>Bedrooms:</th>
  4. <td>
  5. <select name="bedrooms">
  6. <option value="1">1</option>
  7. <option value="2">2</option>
  8. <option value="3">3</option>
  9. <option value="4">4</option>
  10. <option value="5">5+</option>
  11. </select>
  12. </td>
  13.  
  14. <th>Bathrooms:</th>
  15. <td>
  16. <select name="bedrooms">
  17. <option value="1">1</option>
  18. <option value="2">2</option>
  19. <option value="3">3</option>
  20. <option value="4">4</option>
  21. <option value="5">5+</option>
  22. </select>
  23. </td>
  24. </tr>
  25.  
  26. <tr>
  27. <td colspan="4" class="submitrow"><input type="submit" value="Find your Property" /></td>
  28. </tr>
how do i get that to show all the things on one page that have say 3 bedrooms one bathroom. Or at least what t do i google to find the answers? Have looked through every tutorial I can find on froms and found nothing and have tried various strings of multiple cateregory search engine and creating a search engine but not found anything remotly relevent.

Any useful links or clue would be very much appreciated.
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 102
Reputation: kained is an unknown quantity at this point 
Solved Threads: 0
kained kained is offline Offline
Junior Poster

Re: Multiple Category Serach engine

 
0
  #2
Aug 4th, 2009
Im sorry that was ridiculously silly of me. I forgot that asp is done server side so users can't see it and i got very confused. I apologise to anybody that wasted thier team reading the above.

I will need a bit of asp help in the near future.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC