heres my code:
<?php
// Your host, 99% of the time it's localhost.
$db_host = 'localhost';
// Your username for MySQL.
$db_user = 'aianzki_aianzki';
// Your password for MySQL.
$db_pass = 'mypassword';
// And your given name for the database.
$db_name = 'aianzki_greenscarf';
//...