Hi,
I've got a website IE www.example.com thats hosted. I'm trying to connect like this:
$con = mysql_connect("www.example.com", "user*", "pass*");
* the username and password used were provided to access the website/manager, am I using the wrong host or user/name pass?
When I test it on the server, it fails and says its the wrong user/pass or host. Any thoughts?
Kind Regards
I've got a website IE www.example.com thats hosted. I'm trying to connect like this:
$con = mysql_connect("www.example.com", "user*", "pass*");
* the username and password used were provided to access the website/manager, am I using the wrong host or user/name pass?
When I test it on the server, it fails and says its the wrong user/pass or host. Any thoughts?
Kind Regards