Connecting to database

graphico

New Member
Messages
20
Reaction score
0
Points
0
Hi I am trying to connect to my database, can anyone tell me if i should type 'localhost'
where it says Here

$dbhost = 'Here';
$dbusername = 'name';
$dbpasswd = 'pass';
$database_name = 'databasename';

Thankyou
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
Yep, 'localhost' is the correct term for the host.
 
Top