Hi,
in Drupal 6 I've imported a table where is stored data that I need to display in my website, but I don't know how to implement it.
What I need to achieve is something like that:
- a page(?) with search form (for the search in the table, no insert, no update) and than display the results in the page.
What I need to create? A module for a block? A module for a new content type? Or something else? Any kind of help will be appreciated.
Any hint?
something like that:
- a static page with a search form - the results must be displayed in the same page under the search form
Some help on how can I start to get this?
On Mon, 20 Oct 2008 11:07:37 +0200 "Massimiliano Marini" max.linuxtime@gmail.com wrote:
Any hint?
something like that:
- a static page with a search form
- the results must be displayed in the same page under the search
form
Some help on how can I start to get this?
http://www.lullabot.com/articles/drupal_5_making_forms_that_display_their_ow...
you've to adapt it a bit for 6. http://drupal.org/node/144132