PHP / SQL Problem

Status
Not open for further replies.

matt88e

New Member
Messages
13
Reaction score
0
Points
0
Ok new site so new problem

I run into the cant connect error

(host, username, password)
$host = *****
$user = *****
$pass = *****
$connect = mysql_connect($host, $user, $pass);

error comes up like the fellowing. username & pass arent wrong its the host name i just dont get currently.

Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'mysql.x10hosting.com' (1) in /home/matt88e/public_html/game/index/signup.php on line 10
Could not connect: Unknown MySQL server host 'mysql.x10hosting.com' (1)

i assume its this: (mysql.x10hosting.com) but idk... anyone got suggestions on what Host name or IP i should try. hm....
 

matt88e

New Member
Messages
13
Reaction score
0
Points
0
cough cough..... now i feel stupid... ur correct. hadnt tired the global & default one lol
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Everyone makes mistakes. I'm glad I could help.

*Closed*
 
Status
Not open for further replies.
Top