|
|
 |
|
Past Masters of Mencius Lodge
No. 93 |
|
$cros | $name | $year | ";
$i++;
if ($i<$n)
{
$name=mysql_result($r,$i,"name");
$cros=mysql_result($r,$i,"cros");
$year=mysql_result($r,$i,"year");
if($cros) $cros="†";
echo " | $cros | $name | $year | ";
echo "  |   |   | |   |   |   | ";
$i++;
}
}
?>
|
|