so this is my first attempt at php
I am trying ti install Sunshop on my site, It is all on there and when I run the install it can't find the database???
here is my config file did I do something wrong??
"<?PHP
/*
config.php - 11/08/2005 - 5:46pm PST - 3.5 Repack 2
SunShop Shopping Cart
http://www.turnkeywebtools.com/sunshop/
Copyright (c) 2001-2005 Turnkey Web Tools, Inc.
*/
// Hostname or ip of server
$servername="db1.perfora.net";
// Username and password to log onto db server
$dbusername="dbo141668376";
$dbpassword="********";
// Name of database
$dbname="sunshop";
// Table prefixes. Do not change the value after the install has been finished!
$dbprefix="ss_";
?>"