View Single Post
  #1   Spotlight this post!  
Unread 15-02-2012, 21:56
C222's Avatar
C222 C222 is offline
Computer Science Major
FRC #0852 (Athenian Robotics Collective)
Team Role: Alumni
 
Join Date: Mar 2007
Rookie Year: 2007
Location: California
Posts: 22
C222 is on a distinguished road
PHP / MySQL Scouting System

Last year I wrote this for databases class. It's a system designed to work on all future FRC games that have 3 teams in an alliance vs. 3 other teams in another alliance. It has been sitting on my server collecting dust for a year and though I may as well share it since I'm no longer on a team. Sorry the code is an absolute mess with comments everywhere.

You will need a working MySQL server and and Apache web server with PHP. If you do not, I recommend installing XAMPP.

The repository has an image of how the database should be structured.

If anyone needs help setting up the server or database, I'll try my best to respond helpfully in the comments below.

Git Repository
I rigged up a live demo. (read only)
__________________
--=====|-----====|-------====|-------====|----
--=|--------------==|----------==|---------==|---
--=|---------------==|----------==|---------==|--
--=|------------==|----------==|---------==|-----
--=====|-----======|-----======|----======|-

Last edited by C222 : 15-02-2012 at 23:04. Reason: Live demo