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.