4 Sep
2008
4 Sep
'08
10:59 a.m.
I might like that--will have to investigate it some. Have not used PHP to manipulate aspects of drupal, only to run custom stuff of mine integrated into nodes.
very simple, like: <div id="x"> <?php $n = node_load(34); print $n->body; ?> </div> Something like that. One for each node. :)