All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
-- IBM maintenance manual (1925)
$author = "IBM maintenance manual (1925)";
$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 "
";}
?>
-- IBM maintenance manual (1925)

Technorati Tags: 




Post new comment