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.

<!--?php
$MrNode = node_load(array("nid" =-->415)); print $MrNode-&gt;body; ?&gt;

<em>-<!--?php print $MrNode--->title;?&gt;</em> The entire article is at

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

AttachmentSize
Plain text icon drupaltip2.txt451 bytes