Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 04-24-2005, 04:53 PM Stats script...
PHHAT's Avatar
Average Talker

Posts: 18
Trades: 0
I'm creating a basketball site... and i was wonderign if there was something kinda like a stats script like www.nba.com
When they add the boxscores, players profiles get automaticlly updated.
I'd like to add stats and get the players profiles updated... is that possible?

thanx!
__________________
HIP HOP ARGENTO

Please login or register to view this content. Registration is FREE
PHHAT is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-25-2005, 11:05 AM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
Trades: 0
Yes

I do it for my Dream team fantasy golf section. However there is no magic involved just simple planning.

1 table for the team.
1 table for the events,
1 table for the scores.

Teams (id, Name, total_points)
Event (id, Name)
Score (id, teamId, EventId, position, score);

Then you select sum(points) from Score where eventId=1 and playerId=1 (as an easy method) but you can insert from select on total_points to cut the code down..

Of course when you have a few thousand teams you will notice a massive hit on the server when you sum it up. But once you sum once for the tourny then you can miss suming it untill the next one.

As your total points are stored with your team details you just select * from teams order by total points.

The moral of the story been "let the DB do the work".

Ibbo
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Linux user #349545 :
(GNU/Linux)iD8DBQBAzWjX+MZAIjBWXGURAmflAKCntuBbuKCWenpm XoA7LNydllVQOwCf
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Reply     « Reply to Stats script...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21437 seconds with 12 queries