* Using node_load with a node ID parameter */ $node = node_load(25); /* Then using user_load with the user ID */ $user = user_load(array('uid' => $node->uid));
No comments:
Post a Comment