Just a quick question. I'm creating a node and adding a term to the node like this:
$newNode->field_tags[$newNode->language][]['tid'] = "a digit here"; Fine, but how do I add more than one term per node? I've tried a comma-separated string of digits and an array of digits but neither work.