Jump to content

eaglestrike7339

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

eaglestrike7339's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Terrific! Thanks soo much for the code. Final question, though: will generating all the place values show the website load time down? Like, if I ran 20 races, and it had to calculate places, rankings, arranging races from fastest to slowest, comparing race times with other runners, Would it noticeably slow down the page load time, or put extra stress on the database? Thanks again, eagle
  2. i guess my real question is whether my databases look well-designed or not., Also, i heard about indexing. Should I look at trying to index the race times by runner_id number? again, thanks
  3. Mod, does this need to be moved to Application Design? If so , I apologize, next time i'll spend the extra second poking around before i get to posting. ps. On top of that, I did not see an edit button, so I posted here. Sorry in advance for my ignorance.
  4. Ok, well, I want to make a database backed website that uses php and mysql to record times for various cross country and track races. Unfortunately, I really have no experience in this field, but I have borrowed and read a php+mysql 4 dummies guides, so assume basic knowlege, if that. Right now, In DB timekeeper, I have tables tk_runners runner_id (rid) (primary key)(automatically generated) firstName lastName school description (running style, injury reports, etc) classOf (graduation year, to be used to determine Fr/So/Ju/Senior) tk_races //each individual race within a meet, so the frosh soph 2 mile, or the varsity 3 mile meet_id event_id (primary key, i guess) totalRunners tk_eventPlaces //i would have 1 row for each runner in the race should I append a meet_id var to the [end] // and have a seperate eventplaces table per race? event_id (used once per each place) runner_id (could be indexed/cross references when I make a "My races" kind of page time (is there a var-type that can do milliseconds? This would be needed for recording time for sprints) place (auto incremented, reset to 0 if event_id[cell] != event_id [cell-1]) tk_meets //record locations of the meet itself, like an address, phone number, school that was in charge, etc meet_id (primary key) address date conditions (like, if meet was crappy weather, or perfect to have a personal record time) waaay down the road, I would also like to work out a way to parse a text file into a database. Right now, we get our results like this.....(sorry for the link, but anyone here would be disgusted to see how unorganized an unuseful this is) here is a sampler: (http://il.dyestat.com//?pg=dyestatil-2008-Cross-Country-Sectional--Schaumburg-1108&PHPSESSID=bd9da159739c9e221accb51495b3e003) SCHAUMBURG IHSA SECTIONAL CROSS COUNTRY MEET SATURDAY, NOVEMBER 1, 2008 ---------------------------------------------------------------------------- GIRL'S INDIVIDUAL RESULTS ---------------------------------------------------------------------------- Place TmPl No. Name Event Yr School Time ===== ==== ==== ============================== ===== == ====================== ======== 1 1 106 OLSON, HEATHER TEAM 12 WARREN 17:22.65 2 2 22 SCHMIDT, MELISSA TEAM 11 HOFFMAN ESTATES 17:25.10 3 3 29 McINTOSH, SARAH TEAM 10 PALATINE 17:25.85 4 4 71 JONES, OLIVIA TEAM 9 BUFFALO GROVE 17:37.50 5 5 36 WHITE, ANNETTE TEAM 11 PROSPECT 17:42.95 6 6 50 GASTFIELD, CHRISTINA TEAM 10 ROLLING MEADOWS 17:48.05 7 7 2 PETREY, BRITTEN TEAM 10 SCHAUMBURG 17:49.60 8 8 43 MARTIN, ASHLEY TEAM 11 HERSEY 17:52.75 9 9 1 FALSEY, COLETTE TEAM 10 SCHAUMBURG 17:54.30 10 10 44 CLOHISY, SALENA TEAM 10 HERSEY 17:59.15 11 11 23 WORMAN, HANNAH TEAM 11 HOFFMAN ESTATES 18:02.40 Thank to any and All that help me out, eagle
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.