Rants by Date
';
while($rant = mysqli_fetch_assoc($rants))
{
printf('- %s - %s
', $rant['pubdate'], $rant['id'], $rant['id'],
$rant['author'], utfentities($rant['title']));
}
echo '
';
}
else
{
?>
';
while($rant = mysqli_fetch_assoc($rants))
{
printf('- %s
', $rant['pubdate'], $rant['id'], $rant['id'],
utfentities($rant['title']));
}
echo '
';
}
}
pagefoot();
?>