Question

On a node I have a cck reference to another node. What do I have to do to get nid of the referenced node.

Is it something like:

$node->field_name... uh something.

Anyone knows? Thanks.

Was it helpful?

Solution

$node->field_name[0]['nid']
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top