top of page

Config.php

<?php /** * Configuration file for My Application */

// Database connection settings define('DB_HOST', 'localhost'); define('DB_USERNAME', 'myuser'); define('DB_PASSWORD', 'mypassword'); define('DB_NAME', 'mydatabase'); config.php

// Error handling settings define('ERROR_REPORTING', E_ALL); define('LOG_FILE', 'error.log'); // Error handling settings define('ERROR_REPORTING'

Follow

  • Facebook
  • Google Places
  • Twitter

Address

2340 County Hwy 55, Blountsville, AL 35031

bottom of page