Skip to content

barronkid/football-challenge

 
 

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%