I'm using Drupal...
Inside my $node object is this array:
[taxonomy] => Array
(
[5] => stdClass Object
(
[tid] => 5
[vid] => 3
[name] => TD Bank Series
[description] => TD Bank Presents
[weight] => 0
)
)
I want to loop through all of the options and if the VID is 3, print the name and exit the loop. I'm just a little confused where there's an object in there.
Can anyone lend a quick hand?
Thanks,
Adam