CSS Directory
include("cyphor/include/db_mysql.php");
include("cyphor/include/settings.php");
include("cyphor/include/global.php");
?>
CSS Officers updated 4/08
Crestline Soaring Society Mailing Address:
P.O. Box 9052
San Bernardino, CA 92427
|
| Office |
Official |
Email |
Phone |
| President |
Alan Crouse |
president@ |
|
| Vice President |
Mike Zeller |
vicepresident@ |
|
| Secretary |
Megret Olewiler |
secretary@ |
|
| Treasurer |
Mike Blakely |
treasurer@ |
|
| Site Coordinator |
Dianne McKenzie |
sitecoordinator@ |
|
| Activities Coord. |
John Wright |
activities@ |
|
| News/Website |
Ken Howells |
web@ |
|
| Windtalker |
Windy |
|
(909) 338-3362 |
| Site Gen. Freq |
146.415 |
|
|
Below is a listing of CSS members as reflected in our website copy of the official membership database. This listing is only updated occasionally, so it may not list recent members, and it is distinct from the
CSS Website Users listing. If you aren't listed but are a member, send us a note and we'll do an update.
$db = new DB_Cyphor;
$theId=$db->connect();
$db2 = new DB_Cyphor;
$theId2=$db2->connect();
$query="SELECT * FROM members ORDER BY TRIM(BOTH '\"' FROM last), first ASC;";
$db->query($query);
$query2="SELECT * FROM members ORDER BY TRIM(BOTH '\"' FROM first), last ASC;";
$db2->query($query2);
if (!$db->num_rows()) { ?>
No entries found in database)
} else {
$numMembers=0;
// Loop through records
while ($db->next_record()) {
$numMembers++;
}
$db->query($query);
?>
4/2008 CSS Member Listing - =$numMembers ?> Members
| by Surname |
expiry |
| by Given Name |
expiry |
// Loop through records
while ($db->next_record()) {
$db2->next_record();
?>
| =trim(strtr($db->f("last"),'"',' '))?> |
=trim(strtr($db->f("first"),'"',' '))?> |
=trim(strtr($db->f("expiry"),'"',' '))?> |
|
=trim(strtr($db2->f("first"),'"',' '))?> |
=trim(strtr($db2->f("last"),'"',' '))?> |
=trim(strtr($db->f("expiry"),'"',' '))?> |
} // end while
} // end else
?>
// $db->close();
mysql_close($theId);
//$db2->close();
mysql_close($theId2);
?>
Send any corrections to:
web -AT- crestlinesoaring -DAWT- org