| Where and how
Hi
Where and how to change this step-4: Modify the validation.php with proper database settings. I found validation.php but there is no
define('DB_NAME', 'Database Name'); // The name of the database
define('DB_USER', 'Username'); // Your MySQL username
define('DB_PASSWORD', 'Password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value.
Do I have to add this and where or is it in some other place.
Please help me I am going crazy.
|