";
else
echo "";
$i=1;
foreach ($row as $table_cell) {
if ($i==1)
echo "| ";
else
echo " | ";
echo $table_cell;
echo " | ";
$i++;
}
echo " ";
$cnt = 1-$cnt;
}
?>
|
|
Recommanded Next Problem
$row[0] ";
if ($cnt%5 == 0)
echo " ";
$cnt++;
}
?>
|
|
|
|
|
|
|
|
|
|
|
";
else
echo "";
$i = 1;
foreach ($row as $table_cell) {
if ($i==1 || $i==8)
echo "| ";
else if ($i==2 || $i==4 || $i==5 || $i==6 || $i==7)
echo " | ";
else
echo " | ";
echo $table_cell;
echo " ";
echo " | ";
$i++;
}
echo " ";
$cnt = 1-$cnt;
}
?>
[TOP]";
//echo " [STATUS]";
if ($page>$pagemin) {
$page--;
echo " [PREV]";
$page++;
}
if ($page<$pagemax) {
$page++;
echo " [NEXT]";
$page--;
}
?>
|