I have worked over the years developing/tweaking a rating system for sports. My current system is in MS Excel, but I was hoping to convert it to PHP. While I have a decent knowledge of PHP, I have no idea how to import scores/teams run them through a complex algorithm and get results.
I'm looking for someone that could possibly help me with that part, I'll handle the outputting to webpages, I just want someone that can do the following:
When I go to compute the ratings on Sunday's for NCAA, I should be able to upload my tab delimited scores and teams .txt files. I should be also able to enter into a text box which table in the database I want it to go to, i.e. 'ncaa_fb_rank'. It should also store the scores (the scores page has current scores and blank future schedule) in another table I can enter, i.e. 'ncaa_fb_sched'.
On Saturday's, I should be able to go to a page and upload my tab delimited WV HS football scores and teams .txt files and enter the rankings table, 'wv_fb_rank' and the scores 'wv_fb_sched'.
I will handle getting the info from the tables/db and presenting them on the page, I just need help with the following...