Snippets for Drupal:

Print node fields to screen:

<pre>
<?php print_r($node) ?>
</pre>

Print Node Body:

 

<?php print $node->content['body']['#value']; ?>

 

<?php print="">

<?php print=""><?php>