Anyone know how i would go about doing this??? Id only be looking at something basic, but wondering if anyone could give me some tips .... also, would it be very hard?? Thanks
Sounds like a cool idea, but I think the hardest part would be getting up-to-the-minute stats on all the players. I don't know of any service that would produce a data feed of every player in the NFL.
Provided you find all those stats, it's not all that big of a project in php. You create a database table with all the fantasy team owners, and another table with all the actual football players, with all their stats. Then you just create a 3rd table to relate them all via foriegn key, and you've got a fantasy app.