Question
Connecting to a database
$root_url = " http://www.evergreen-hills-maze.com";
$root_dir = " http://www.evergreen-hills-maze.com";
// database settings
$db_hostname = " http://www.evergreen-hills-maze.com";
$db_name = "login";
$db_username = "root";
$db_password = "******";
Can someone please help me figure out what I'm doing wrong? I've tried using localhost; http://localhost; ~localhost after evergreen-hills-maze... I feel like I've tried everything. I can't get connected to the database.
Can you help me?!?!
