Ok, so I want to create an application or even a web app that will allow me to update it year after year with current player rankings and be able to use it during my live drafts. I am thinking of doing this using MySQL/PHP but not sure where I should start. Anyone have any suggestions?
Application start
Started by atrip25, Sep 16 2010 05:13 PM
1 reply to this topic
#1
Posted 16 September 2010 - 05:13 PM
|
|
|
#2
Posted 16 September 2010 - 05:32 PM
You will want to learn to build SQL queries first:
PHP MySQL Introduction
Write out your application on a paper, pages you will need etc, i.e:
login, update page, create team, rank list, specifc user's rank profile if selected
Write out fields you will require in a database:
ID, fname, lname, curteam, year, rank
Look at existing projects, and how they handle similar things.
PHP MySQL Introduction
Write out your application on a paper, pages you will need etc, i.e:
login, update page, create team, rank list, specifc user's rank profile if selected
Write out fields you will require in a database:
ID, fname, lname, curteam, year, rank
Look at existing projects, and how they handle similar things.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.


Sign In
Create Account


Back to top









