i am unable to connect to my sql data base with following values,
help me
my error is unable to connect.
server "boru"
$username = "********";
$password = "******";
$host = "localhost:2083";
$link = mysql_connect($host, $username, $password);
if ($link) {
die('Could not...