$node_taxonomy = taxonomy_link('taxonomy terms', $node);
foreach ($node_taxonomy as $value) {
$id = substr($value['href'],14);
}Trackback URL for this post:
http://alexisyes.com/trackback/54
$node_taxonomy = taxonomy_link('taxonomy terms', $node);
foreach ($node_taxonomy as $value) {
$id = substr($value['href'],14);
}