ok i'm really in the dark here, so don't be a dick if i say something stupidi want to make this websitei guess its similar to http://www.baseball-reference.com -- except much, much smallerbasically, lots of statisticswhat would be the best method for accomplishing something like thisi figure i could use a mysql database and php, something that i'm already somewhat familiar withwhat about cgi though? better? worse? pros/cons?someone lend some insight
3/2/2006 7:26:42 PM
uh.check hotscripts and pray someone has already made this? Because it's going to take you forever.
3/2/2006 7:40:32 PM
yeahi have foreverand i'd like to build this from the ground upbecause i'm fucking crazy
3/2/2006 7:47:09 PM
Crazy
3/2/2006 7:51:43 PM
I mean it really depends on how indexable and integrated you want all your data to be.Really all you *need* is some kind of wiki script and a lot of time for data entry
3/2/2006 7:52:38 PM
yeah that's the thingit'll have to be fairly integrated, lots of crossoveri don't really like the idea of doing a wiki
3/2/2006 8:02:04 PM
just use php and mysql if you're already familiar with it. Works for millions of people already.
3/3/2006 9:48:34 AM
do you have all of that data already? if so, i'd say it depends on how you're getting it.
3/3/2006 9:54:48 AM
yeah i have all the datai don't understand why you're asking that though
3/3/2006 12:48:19 PM
do you have the data in a normalized format?Because then your life just became 95% easier.
3/3/2006 2:59:04 PM
CSV files
3/3/2006 3:11:55 PM
if its in CSV files then you're golden.design the databasethen batch data load.database wise this is pretty simple.its your web-end thats going to take time to program.
3/3/2006 3:13:52 PM
make an intern do all the interaction.
3/3/2006 4:00:05 PM