Quote:
Originally Posted by mark6188
<?
// Replace the variable values below
// with your specific database information.
$host = "localhost";
$user = "hostname_dvad3";
$pass = "abc123";
$db = "hostname_dbName";
|
Here I see where I should have it as = local host and not my entire server host name. so thats one area corrected now.