When what you are doing isn't working, you tend to do more of the same and with greater intensity.
-- Dr. Bill Maynard & Tom Champoux
$author = "Dr. Bill Maynard & Tom Champoux";
$sql = "SELECT node_revisions.title, node_revisions.body, node_revisions.nid FROM node_revisions WHERE (node_revisions.title='$author')";
$result = db_query($sql);
while ($node = db_fetch_object($result)) {
print "";
print ($node->body);
print "
-- ";
print l($node->title, "node/$node->nid");
print "
";}
?>
-- Dr. Bill Maynard & Tom Champoux

Technorati Tags: 




Post new comment