<?php // config.php :: Low-level app/database variables.
$dbsettings = Array(
"server" => "localhost", // MySQL server name. (Default: localhost)
"user" => "", // MySQL username.
"" => "", // MySQL password.
"" => "", // MySQL database name.
"prefix" => "dk", // Prefix for table names. (Default: dk)
"secretword" => ""); // Secret word used when hashing information for cookies.
?>
I don't know what to put here. I'm running a server off of my computer with Apache, MySql, and PHPMyAdmin. I created a database called DK. And i don't believe thati have to login at all. There's username or password (atleast i don't think)
Thanks