Registration is closed

Attendees

Attendees are responsible for making their own reservations at 1800 250-8614 Paris Landing State Park. When making your reservations, refer to group code: 5945

Poster Presenters: Please submit your 1/2-page length abstract to Terry Mark-Major with Subject: Abstract for Summit 2015 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) ?>