NFL Pro Bowl Game Yearly Rosters.">

Pro Bowl Rosters

Welcome to the Pro Bowl information page.



"; $count = 0; $query = "select distinct year from zz_rosters_probowl order by year asc"; $query2 = mysql_query($query) or die("Select Failed!"); while ($query3 = mysql_fetch_array($query2)) { $yeardisplay = $query3['year']; if ($count == 0) { echo ""; } if ($yeardisplay) { echo "$yeardisplay Pro Bowl Roster"; $count++; } if ($count == 3) { echo ""; $count = 0;} } echo "

"; } ?> "; } } // end of prior to 2009 if ($year > 2008) { ?>

AFC Roster

Player:Position:Team:
$name$position$team
"; } ?> "; } ?> "; } ?>

Offense

Player:Position:Team:
$name$position$team

Defense

Player:Position:Team:
$name$position$team

Special

Player:Position:Team:
$name$position$team


NFC Roster

"; } ?> "; } ?> "; } echo "

Offense

Player:Position:Team:
$name$position$team

Defense

Player:Position:Team:
$name$position$team

Special

Player:Position:Team:
$name$position$team
"; } // end of after 2009 } //end of year picked ?>