Jump to content

Application start

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
atrip25

atrip25

    Newbie

  • Members
  • PipPip
  • 26 posts
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?

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
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.
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.