I think that should work out good. The final result will look something like this:
http://sports-boards.net/forums/2004.php
This file (From last year) is saved as one giant HTML template.
For this year, I'm putting it in the database. The teamid wouldreference the team name and post it on there, then the playerid wouldreference the player's position, name, and school.
As I examine this further, I dont know how complex I want to makeit,but I suppose it wouldn't hurt to have a table for positions andschools, or would that make the query too large. I want to make it easyto get the information, but at the same time, I don't want a querythat'll be a page long, you know?