Load a node and display it's contents
This code, thanks to Nick Lewis shows how to load a node using it's nodeid and then display the body, then the title.
<blockquote>
<?php
$MrNode = node_load(array("nid" => 415));
print $MrNode->body;
?>
</blockquote>
<em>-<?php print $MrNode->title;?></em>http://www.nicklewis.org/technology/drupal-and-civicspace/a-practical-tu...
| Attachment | Size |
|---|---|
| drupaltip2.txt | 451 bytes |
