Fearknott wrote:
> $db_hostname = "
http://www.evergreen-hills-maze.com";
> $db_name = "login";
> $db_username = "root";
> $db_password = "******";
Are you testing locally or on your remote server? From the
information
you have given, it looks like a remote testing server. If so,
do you
really have root access to MySQL? That's the MySQL superuser
who has
complete control over all databases running on a server.
If you are testing locally, the hostname should be
"localhost" (without
the quotes). For remote testing, it should be either
"localhost" (again
without the quotes) or whatever your hosting company has told
you to use.
--
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/