I have a multi value cck field.
I can read any single id
with node->field_multip[0][id]
.
How do I read all ids
? I tried a for loop with field_multip.length
but the page never finishes loading. What's the right way of doing this?
field_multip
[0]
[id]
[sec]
[1]
[id]
[sec]
[2]
[id]
[sec]