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>
The entire article is at

http://www.nicklewis.org/technology/drupal-and-civicspace/a-practical-tu...

AttachmentSize
drupaltip2.txt451 bytes