Skip to content

barronkid/football-challenge

This branch is up to date with wilsonodk/football-challenge:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Wilson Wise
Oct 8, 2014
016c6a9 · Oct 8, 2014
Oct 8, 2014
Oct 8, 2014
Oct 8, 2014
Oct 8, 2013
Aug 26, 2014
Oct 8, 2013
Sep 9, 2013
Oct 8, 2014
Oct 10, 2013
Oct 21, 2013
Oct 21, 2013
Oct 8, 2014
Oct 8, 2013
Sep 16, 2014

Repository files navigation

Football Challenge

A web app to run a NCAA football pickem fantasy game.

Database Connection

Create two files, db-dev.php and db-prod.php, to setup the database.

<?php
// Database connection
define('DB_HOST', ''); // database hostname, oftentimes localhost
define('DB_PORT', ''); // database port, oftentimes NULL
define('DB_NAME', ''); // database name
define('DB_USER', ''); // database username
define('DB_PASS', ''); // database password
define('DB_SOCK', ''); // database socket, oftentimes NULL
define('DB_PFIX', 'fc_'); // database table prefix, default fc_
?>

About

A simple NCAAF pick'em fantasy web app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 54.1%
  • HTML 20.7%
  • CSS 13.8%
  • JavaScript 10.7%
  • Other 0.7%