By john_b on
I have a view on a taxonomy vocabulary which lists taxonomy terms and displays their 'name'. I have a created a second custom php field. The php field is meant to count how many nodes use each taxonomy term. I want to get the value of each taxonomy term in the view from the 'name' field, and pass it into the php, in order to display a count of of nodes in taxonomy_index which use that term. How do I get the value of each name field?