Attendees

Attendees are responsible for making their own reservations at (615)797-3101 or (800)250-8613 Montgomery Bell State Park. When making your reservations, refer to group code: 7636

Poster Presenters: Please submit your 1/2-page length abstract to Terry Mark-Major with Subject: Abstract for Summit 2017 by the registration deadline! For more details click here.

'; echo 'NameOrganizationDepartmentPosition'; while($rows=mysql_fetch_array($result)){ // If $color==1 table row color = #FFC600 if($color==1){ echo " ".$rows['rfirstname']." ".$rows['rlastname']."".$rows['rorganization']."".$rows['rdepartment']."".$rows['rposition']." "; // Set $color==2, for switching to other color $color="2"; } // When $color not equal 1, use this table row color else { echo " ".$rows['rfirstname']." ".$rows['rlastname']."".$rows['rorganization']."".$rows['rdepartment']."".$rows['rposition']." "; // Set $color back to 1 $color="1"; } } echo ''; mysql_close($con) ?>