I'm totally new to Drupal use and development, and I need some help. I started writing a module a week ago, and I'm to the point now where I need to display the content on a page. I have searched all over this site, and in a book I've got, Pro Drupal Development, and can't find a suitable example to adapt to my project.
Basically, I have a module that creates a form for inputing job listings. The form has fields like location, salary, exp, and so on. All of these fields are stored in their own database table. I've got it working fine to that point, basically. I have some taxonomy set up so that I can display all the job listing nodes via the menu (I've got it set up so each job listing is a node).
What I need is some example I can look at that will help me out with this: I need to retrieve the data from my table, and display all of the form fields on a page when a user clicks on the node title. My database table stores all the data, including the node ID. Basically, I need something that will grab the data based on the Node ID, and display it kind of like this:
Position:
Marketing Coordinator
Company:
ABC, Inc.
Location:
Middle of Nowhere, AR
Pay:
$50,000 Annually
Description:
Position details and such...