'' ORDER BY timestamp DESC LIMIT $maxarts";
$result = mysqli_query($newcon, $sql);
$output = "
archive •
";
while ($row = mysqli_fetch_array($result)) {
$a++;
if($a == 1 || $a == 3) $a++;
if(in_array($a, $halves)) $dsize = "half";
if(in_array($a, $thirds)) $dsize = "third";
if(in_array($a, $quarts)) $dsize = "quart";
$imgurl = "";
$id = $row['id'];
$base = $id % 10;
$title = $row['title'];
$subhead = $row['subhead'];
$imgurl = $row['imgurl'];
$output .= "";
}
?>
Politics and Other Games at divvyo.com