Hi Everyone!! I'm just getting into CSS ..HAMMERING the tutorials, it's coming along fine but i've hit abit of a wall. I want customers to be able to narrow down a search to what they want to see
eg. <make of car> <price MIN> <priceMAX> <LOCATION>
then after all desired fields are selected and you click <<SEARCH>>
after that you have what your looking for. What is this called..so i know what to search for and learn how to apply it to my site....i just dragged this off a website source, is this it? how do i get started??
The seach query (form fields data) will be processed on the server-side script located at "/cars/carsSearch/prepareSearch" You therefore need create a server-side search script or use the google search.
I want customers to be able to narrow down a search to what they want to see
eg. <make of car>
<price MIN>
<priceMAX>
<LOCATION>
then after all desired fields are selected and you click <<SEARCH>>
after that you have what your looking for. What is this called..so i know what to search for and learn how to
apply it to my site....i just dragged this off a website source, is this it? how do i get started??
any help whould be greatly appreciated..Thanks
You therefore need create a server-side search script or use the google search.