adammc
10-24-2007, 05:16 AM
Hi Guys,
I am trying to develop a search form for my clients website similiar to this:
http://www.realestate.com.au (http://www.realestate.com.au/cgi-bin/rsearch?s=vic&t=res&snf=rbs&a=sf)
I have a db table of all the Australian Suburbs.
I have a db table of listings categories.
My Listings (what is searched on) contain a category, postcode and suburb row in the listings table in the DB.
I aim to have the following on the search form:
* Input box where the user types in surburbs seperated by commas.
* Combo select box with categories (pulled from db)
* Dropdown list of categories (pulled from DB)
Users would need to be able to have multiple choices for the category combo box and category input box.
How would I begin to create the ajax type style functionality for my search form as found on the link above?
Any help would be greatly appreciated :)
I am trying to develop a search form for my clients website similiar to this:
http://www.realestate.com.au (http://www.realestate.com.au/cgi-bin/rsearch?s=vic&t=res&snf=rbs&a=sf)
I have a db table of all the Australian Suburbs.
I have a db table of listings categories.
My Listings (what is searched on) contain a category, postcode and suburb row in the listings table in the DB.
I aim to have the following on the search form:
* Input box where the user types in surburbs seperated by commas.
* Combo select box with categories (pulled from db)
* Dropdown list of categories (pulled from DB)
Users would need to be able to have multiple choices for the category combo box and category input box.
How would I begin to create the ajax type style functionality for my search form as found on the link above?
Any help would be greatly appreciated :)