Reading node field values in module code using Drupal 6

daryliguana

New Member
I have created a custom module and am using hook_block to programmatically create some blocks. My question is how can I access field values including CCK fields for the current node within my module?I basically want to get a value from a CCK field and use the value when building my block for that page.
 
Back
Top