The use of sea and air is common to all; neither can a title to the ocean belong to any people or private persons, forasmuch as neither nature nor public use and custom permit any possession therof.
-- Elizabeth I of England
$author = "Elizabeth I of England";
$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 "
";}
?>
-- Elizabeth I of England

Technorati Tags: 




Post new comment