Wednesday, April 14, 2010

Drupal get term details for particular node you are viewing

$terms = taxonomy_node_get_terms($node);
print_r($terms);