By amit_singh15 on
Hi all,
I m developing a search directory in drupal.
First page of my site contains 9-10 search feilds of which user can submit any number of feilds n any number of combinations.
but when user submits the form .It should talk to database and display the search results in next page.
I got the first page but dont know how to proceed further.
I m new to drupal so this may be a stupid question to many .
Kindly help me on this topic .
Any help will be appreciated.
Comments
FAPI can solve the issue
You may want to check out http://www.lullabot.com/articles/drupal_5_making_forms_that_display_thei...
It talks about using the forms api to make a form display its own results. This can be applied to implement a search page.