which is the hostname ???

Status
Not open for further replies.

thiagoo.r219

New Member
Messages
2
Reaction score
0
Points
0
<?php
// Database connection details
$dbname = "";
$hostname = "";
$uname = "";
$upass = "";

Help!
This is Mysql server!!!!
 
Last edited:

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
use localhost for hostname
 
Status
Not open for further replies.
Top