Skip to content Skip to footer

Config.php Site

// Define constants for database connection define('DB_HOST', $config['database']['host']); define('DB_USERNAME', $config['database']['username']); define('DB_PASSWORD', $config['database']['password']); define('DB_NAME', $config['database']['name']); ?>

Here is an example of a basic config.php file: config.php

Go to Top