Quote:
Originally Posted by TomCollins
I'm working on a website that mines through old NCAA Football statistics, stores them to a database, and then uses that database to try to determine causality and predict future games. Is there a WordPress plugin for this that I am unaware of?
|
Not sure about wordpress, but pretty much any site that also allows php will work. I'm doing something very similar with Joomla (it mines stock data and performs various statistical metrics on it to act as a reverse stock screener).
You are building a custom TV and Wordpress helps you build a house to store it in. These 'extensions' are like small pieces of furniture and in some cases entire rooms of the house (like a membership registration system).
The advantage of using Wordpress, Drupal, Joomla is that you don't have to learn all the nonsense related to your house, like learning how to get your bathroom working when all you want to do is get people to come in and watch the amazing TV you just built.
To get your information into a database, you're likely going to want to go through phpmyadmin to connect to a MySQL database. If these terms are unfamiliar start with google.