MySQL pconnect error

Status
Not open for further replies.

pokefan2

New Member
Messages
24
Reaction score
0
Points
0
I tells me that I have an error on line 14.
$link = mysql_pconnect($dbhost, $dbuser, $dbpass)

And the three variables are as follows.
$dbhost = 'localhost';
$dbuser = 'pokefan0_root';
$dbpass = '******';

Nevermind, I needed to take to root off, could someone close this?
 
Last edited:
Status
Not open for further replies.
Top