Configuration
// CAD URL \\
define('BASE_URL', 'https://localhost/hamzcommuntiy');// SQL DATABASE CONNECTION \\
define('DB_HOST', 'localhost'); // Keep this unless your db is hosted elsewhere
define('DB_USER', 'root'); // Replace root with DB username
define('DB_PASSWORD', ''); // Add DB Password inside of the ''
define('DB_NAME', 'hamzcad'); // Replace hamzcad with DB name



php.ini File Configuration
Last updated

