TUFA

Home

Goals
By-Laws
History
Members
Contact

Fly-Outs

Events
Schedule
(All Activities)

Message Center

Newsletters
Videos
Pictures

Turlock Ultralite Flyers Association
CURRENT MEMBERS LIST

CURRENT MEMBERS LIST

If you don't see your name listed it may be because your dues have fallen in arrears.
Please contact our Club's treasurer Dan Wilde to renew your dues.
If the members name is underlined, click on the name for more detailed information regarding the member.

"; $num_results = mysql_num_rows($result); #echo "

Number of members found: ".$num_results."

"; $j=0; for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo ""; $j++; if ( $j > 4) { echo ""; $j=0; } # echo "

".($i+1).". Last Name: "; # echo htmlspecialchars( stripslashes($row["lname"]) ); # echo "
First Name: "; # echo htmlspecialchars( stripslashes($row["fname"]) ); } ?>

"; $eflag = htmlspecialchars( stripslashes($row["eflag"]) ); $wflag = htmlspecialchars( stripslashes($row["wflag"]) ); $lflag = htmlspecialchars( stripslashes($row["lflag"]) ); if ( $lflag == "N" && $eflag == "Y") { $tmpvar = htmlspecialchars( stripslashes($row["email"]) ); $href = "mailto:".$tmpvar; $list = "Y"; } if ( $lflag == "N" && $wflag == "Y") { $href = htmlspecialchars( stripslashes($row["webaddr"]) ); $list = "Y"; } if ( $lflag == "Y" ) { $href = htmlspecialchars( stripslashes($row["laddr"]) ); $list = "Y"; } if ( $list == "Y" ) { echo ""; echo htmlspecialchars( stripslashes($row["fname"]) ); echo " "; echo htmlspecialchars( stripslashes($row["lname"]) ); $list = "N"; } else { echo htmlspecialchars( stripslashes($row["fname"]) ); echo " "; echo htmlspecialchars( stripslashes($row["lname"]) ); } echo "