Councils

[insert_php]
echo “The GYA has the following Councils”;

echo “

“;

require(“scripts/mysqlconnect.php”);
$result=MySQL_query(“SELECT * FROM contactinfo WHERE contacttype=’COUNCIL’ ORDER BY sortorder”);
echo “

“;
while ($row=MySQL_fetch_assoc($result)) { //officer While
echo “

“;

} // Committee while
echo “

Committee Chair
” . $row[‘entityname’];
if ($row[‘pageid’] != 0)
echo ” “;
echo “
“;
$idresult=MySQL_query(“SELECT * FROM namestable WHERE id=”.$row[‘identityid’]);
$idrow=MySQL_fetch_assoc($idresult);
echo $idrow[‘firstname’] . ” “;
if ($idrow[‘nickname’] != ”)
echo ” (“.$idrow[‘nickname’].”) “;

echo $idrow[‘lastname’];
$_GET[‘id’]=$idrow[‘id’];
require “scripts/memberof.php”;
echo ” “;
echo “

“;
[/insert_php]

Supporting Yachting in the Southeast since 1901